https://github.com/zhao5271/uniapp-shell
uniapp的vue/cli版本的基本外壳,包括了请求的拦截器处理,token验证的存取,vuex的持久化处理
https://github.com/zhao5271/uniapp-shell
Last synced: 13 days ago
JSON representation
uniapp的vue/cli版本的基本外壳,包括了请求的拦截器处理,token验证的存取,vuex的持久化处理
- Host: GitHub
- URL: https://github.com/zhao5271/uniapp-shell
- Owner: zhao5271
- Created: 2020-09-14T10:04:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-19T03:25:43.000Z (over 5 years ago)
- Last Synced: 2026-03-19T18:27:30.051Z (3 months ago)
- Language: JavaScript
- Size: 697 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uniapp-demo2
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).