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

https://github.com/zhaotoday/vue.js

SPA template based on Vue CLI 3. 基于 Vue CLI3 的单页应用模板。
https://github.com/zhaotoday/vue.js

Last synced: 3 months ago
JSON representation

SPA template based on Vue CLI 3. 基于 Vue CLI3 的单页应用模板。

Awesome Lists containing this project

README

          

- 使用文档请参考:[https://github.com/zhaotoday/iview](https://github.com/zhaotoday/iview);
- 如果是开发混合应用(如基于 APICloud 平台的混合应用),请在 vue.config.js 添加配置:
```js
module.exports = {
...
publicPath: './',
...
}
```