https://github.com/kenfdev/sample-vue-components
https://github.com/kenfdev/sample-vue-components
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kenfdev/sample-vue-components
- Owner: kenfdev
- Created: 2019-01-28T10:09:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T12:00:30.000Z (over 2 years ago)
- Last Synced: 2025-02-01T13:30:36.833Z (about 1 year ago)
- Language: JavaScript
- Size: 200 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sample-vue-components
## 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
```
### Run your unit tests
```
npm run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).