https://github.com/anthinkingcoder/vue-components-template
base vue-cli3.0
https://github.com/anthinkingcoder/vue-components-template
Last synced: 8 months ago
JSON representation
base vue-cli3.0
- Host: GitHub
- URL: https://github.com/anthinkingcoder/vue-components-template
- Owner: anthinkingcoder
- Created: 2019-04-08T10:33:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T19:21:38.000Z (almost 3 years ago)
- Last Synced: 2025-02-06T20:44:26.638Z (10 months ago)
- Language: Vue
- Size: 2.01 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-components-template
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```