/sph_project

尚硅谷尚品汇项目

Primary LanguageVue

app

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.

github代理设置全局

git config --global http.https://github.com.proxy http://127.0.0.1:58591

安装less和lessloader

npm install --save less less-loader@6

安装vue-router

npm install vue-router@3

其他环境需要执行npm install

运行执行 npm run serve