Go to file
2022-09-16 16:07:08 +08:00
build 项目代码 2022-09-14 11:23:00 +08:00
config 项目代码 2022-09-14 11:23:00 +08:00
src 更新 2022-09-16 16:07:08 +08:00
static 项目代码 2022-09-14 11:23:00 +08:00
.babelrc 项目代码 2022-09-14 11:23:00 +08:00
.editorconfig 项目代码 2022-09-14 11:23:00 +08:00
.env.development 项目代码 2022-09-14 11:23:00 +08:00
.env.production 项目代码 2022-09-14 11:23:00 +08:00
.env.staging 项目代码 2022-09-14 11:23:00 +08:00
.eslintignore 项目代码 2022-09-14 11:23:00 +08:00
.eslintrc.js 项目代码 2022-09-14 11:23:00 +08:00
.gitignore 项目代码 2022-09-14 11:23:00 +08:00
.postcssrc.js 项目代码 2022-09-14 11:23:00 +08:00
index.html 项目代码 2022-09-14 11:23:00 +08:00
package-lock.json 项目代码 2022-09-14 11:23:00 +08:00
package.json 项目代码 2022-09-14 11:23:00 +08:00
README.md 项目代码 2022-09-14 11:23:00 +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.