/vue2

Primary LanguageVue

vue2

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

URL美化

vue-router 设置 mode: 'history',
nginx设置:try_files $uri $uri/ /index.html;