https://github.com/chenmoonmo/vue-dome
https://github.com/chenmoonmo/vue-dome
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chenmoonmo/vue-dome
- Owner: chenmoonmo
- Created: 2020-02-16T05:17:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T16:55:16.000Z (over 3 years ago)
- Last Synced: 2025-06-01T06:31:36.735Z (about 1 year ago)
- Language: Vue
- Size: 1.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-dome
在eslintrc.js中配置以启用模板字符串
```
"quotes": [1, "single","allowTemplateLiterals":true }]
```
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).