https://github.com/sustained/vue-mastery-free-weekend
https://github.com/sustained/vue-mastery-free-weekend
learning learning-by-doing tutorial-code vue vue-cli vue-router vuejs vuejs2 vuex
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sustained/vue-mastery-free-weekend
- Owner: sustained
- Created: 2019-02-22T18:12:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T16:40:08.000Z (over 3 years ago)
- Last Synced: 2025-02-11T15:59:21.608Z (over 1 year ago)
- Topics: learning, learning-by-doing, tutorial-code, vue, vue-cli, vue-router, vuejs, vuejs2, vuex
- Language: Vue
- Homepage: https://medium.com/vue-mastery/announcing-vue-mastery-free-weekend-e66201944035
- Size: 1.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-mastery-free-weekend
## 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
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).