https://github.com/tutorialedge/vuejs-components-tutorial
https://github.com/tutorialedge/vuejs-components-tutorial
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tutorialedge/vuejs-components-tutorial
- Owner: TutorialEdge
- Created: 2019-05-18T20:57:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-18T20:58:15.000Z (almost 7 years ago)
- Last Synced: 2025-10-19T21:44:11.591Z (5 months ago)
- Language: Vue
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tutorial
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).