Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/code-pop/animating-vue
Repo for Vue Mastery's Animating Vue course
https://github.com/code-pop/animating-vue
Last synced: 28 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:58:42.000Z (about 2 years ago)
- Last Synced: 2024-11-30T21:08:00.166Z (about 1 month ago)
- Language: Vue
- Size: 2.12 MB
- Stars: 100
- Watchers: 6
- Forks: 100
- 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/).