An open API service indexing awesome lists of open source software.

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的持久化处理

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/).