0.0.1 • Published 4 years ago

vue_gmt v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

vue eleme

Install Dependency

npm install

Setting File

./proj/mysetting.js

Run

npm run dev

This will automatically open http://localhost:9528

Start

Write your code in proj directory.

Do not change the name of this directory, unless you konw alias of webpack, which is located in vue.config.js.

Build Static Resource

# build for test environment
npm run build:stage

# build for production environment
npm run build:prod

Advanced

# preview the release environment effect
npm run preview

# preview the release environment effect + static resource analysis
npm run preview -- --report

# code format check
npm run lint

# code format check and auto fix
npm run lint -- --fix

Reference

vue-admin-template

vue-element-admin

element-ui