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 的单页应用模板。
- Host: GitHub
- URL: https://github.com/zhaotoday/vue.js
- Owner: zhaotoday
- Created: 2019-02-21T02:44:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-30T06:28:30.000Z (over 6 years ago)
- Last Synced: 2025-03-16T07:41:29.789Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- 使用文档请参考:[https://github.com/zhaotoday/iview](https://github.com/zhaotoday/iview);
- 如果是开发混合应用(如基于 APICloud 平台的混合应用),请在 vue.config.js 添加配置:
```js
module.exports = {
...
publicPath: './',
...
}
```