https://github.com/sustained/learn-vue-2-step-by-step
I'm learning Vue by way of Laracasts.
https://github.com/sustained/learn-vue-2-step-by-step
learning learning-by-doing tutorial-code vue vuejs vuejs2
Last synced: 12 months ago
JSON representation
I'm learning Vue by way of Laracasts.
- Host: GitHub
- URL: https://github.com/sustained/learn-vue-2-step-by-step
- Owner: sustained
- Created: 2018-11-14T07:20:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:26:06.000Z (about 3 years ago)
- Last Synced: 2025-02-11T15:59:32.629Z (about 1 year ago)
- Topics: learning, learning-by-doing, tutorial-code, vue, vuejs, vuejs2
- Language: PHP
- Homepage: https://vuecasts.com/
- Size: 1.94 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learn-vue-2-step-by-step
## 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/).