Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dreamqyq/vue-app-frame


https://github.com/dreamqyq/vue-app-frame

Last synced: about 1 month ago
JSON representation

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