-
- Téléchargements
Init repository
parent
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Affichage de
- .gitignore 2 ajouts, 0 suppression.gitignore
- index.php 12 ajouts, 0 suppressionindex.php
- package-lock.json 0 ajout, 0 suppressionpackage-lock.json
- package.json 41 ajouts, 0 suppressionpackage.json
- src/index.js 0 ajout, 0 suppressionsrc/index.js
- webpack.config.js 84 ajouts, 0 suppressionwebpack.config.js
.gitignore
0 → 100644
index.php
0 → 100644
package-lock.json
0 → 100644
Ce diff est replié.
package.json
0 → 100644
{ | |||
"name": "nuitinfo2017", | |||
"version": "1.0.0", | |||
"description": "nuitinfo2017", | |||
"main": "index.js", | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1", | |||
"watch": "cross-env NODE_ENV=development webpack --watch", | |||
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules", | |||
"build_dev": "cross-env NODE_ENV=development webpack --progress --hide-modules" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "https://git.iiens.net/null-pointer-exception/nuitinfo2017" | |||
}, | |||
"author": "NullPointerException", | |||
"license": "MIT", | |||
"dependencies": { | |||
"font-awesome": "^4.7.0", | |||
"vue": "^2.5.9", | |||
"vue-shortkey": "^3.0.2", | |||
"vuex": "^3.0.1" | |||
}, | |||
"devDependencies": { | |||
"babel-core": "^6.26.0", | |||
"babel-loader": "^7.1.2", | |||
"babel-preset-env": "^1.6.1", | |||
"babel-preset-stage-3": "^6.24.1", | |||
"cross-env": "^5.1.1", | |||
"css-loader": "^0.28.7", | |||
"eslint": "^4.12.1", | |||
"eslint-config-vue": "^2.0.2", | |||
"eslint-plugin-vue": "^2.1.0", | |||
"file-loader": "^1.1.5", | |||
"style-loader": "^0.19.0", | |||
"url-loader": "^0.6.2", | |||
"vue-loader": "^13.5.0", | |||
"vue-template-compiler": "^2.5.9", | |||
"webpack": "^3.9.1" | |||
} | |||
} |
src/index.js
0 → 100644
webpack.config.js
0 → 100644
Veuillez vous inscrire ou vous se connecter pour commenter