Go to file
unknown 28d09f0824 project init 2023-11-02 15:29:38 +08:00
build project init 2023-11-02 15:29:38 +08:00
config project init 2023-11-02 15:29:38 +08:00
src project init 2023-11-02 15:29:38 +08:00
static project init 2023-11-02 15:29:38 +08:00
.babelrc project init 2023-11-02 15:29:38 +08:00
.editorconfig project init 2023-11-02 15:29:38 +08:00
.gitignore project init 2023-11-02 15:29:38 +08:00
.postcssrc.js project init 2023-11-02 15:29:38 +08:00
LICENSE Initial commit 2023-11-02 15:03:48 +08:00
README.md project init 2023-11-02 15:29:38 +08:00
index.html project init 2023-11-02 15:29:38 +08:00
package.json project init 2023-11-02 15:29:38 +08:00
yarn.lock project init 2023-11-02 15:29:38 +08:00

README.md

y

y

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.