Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dreamqyq/vue-app-frame
https://github.com/dreamqyq/vue-app-frame
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dreamqyq/vue-app-frame
- Owner: dreamqyq
- Created: 2019-10-23T01:52:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T20:21:56.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T23:13:41.218Z (over 1 year ago)
- Language: JavaScript
- Size: 1.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-js-frame
一个移动端 Vue 框架,使用 Vant 以及 Nutui,封装好了请求拦截器,可以根据 appconfig.js 中的配置对应运行打包不用的应用。
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### 切换 App
修改 appconfig.js 中的 current
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).