vue practices
1.0.0
This is an e-commerce project developed. The local interface and sql files can be uploaded to its warehouse and can be immediately pulled for local testing.
element-ui + vue-router + webpack + axios
Project effect:
npm install
npm run serve
npm run build
1.先运行安装依赖nprogress包,
2.后引入该包对应的js和css
3.在请求响应拦截器中进行设置
nprgress.start();
nprgress.done();