https://github.com/code-pop/animating-vue
Repo for Vue Mastery's Animating Vue course
https://github.com/code-pop/animating-vue
Last synced: 9 months ago
JSON representation
Repo for Vue Mastery's Animating Vue course
- Host: GitHub
- URL: https://github.com/code-pop/animating-vue
- Owner: Code-Pop
- Created: 2019-08-06T23:56:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:58:42.000Z (about 3 years ago)
- Last Synced: 2025-04-24T02:14:13.356Z (10 months ago)
- Language: Vue
- Size: 2.12 MB
- Stars: 100
- Watchers: 5
- Forks: 98
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# animating-vue
## 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/).