Aller au fichier
2022-08-25 13:34:33 +08:00
build init 2022-07-26 17:50:51 +08:00
config init 2022-07-26 17:50:51 +08:00
src update 2022-08-25 13:34:33 +08:00
static init 2022-07-26 17:50:51 +08:00
.babelrc init 2022-07-26 17:50:51 +08:00
.editorconfig init 2022-07-26 17:50:51 +08:00
.env.development init 2022-07-26 17:50:51 +08:00
.env.production init 2022-07-26 17:50:51 +08:00
.env.staging init 2022-07-26 17:50:51 +08:00
.eslintignore init 2022-07-26 17:50:51 +08:00
.eslintrc.js init 2022-07-26 17:50:51 +08:00
.gitignore init 2022-07-26 17:50:51 +08:00
.postcssrc.js init 2022-07-26 17:50:51 +08:00
index.html init 2022-07-26 17:50:51 +08:00
package-lock.json update 2022-08-04 15:36:08 +08:00
package.json update 2022-08-04 15:36:08 +08:00
README.md init 2022-07-26 17:50:51 +08:00

webapp

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.