https://github.com/focusthen/scrimba-vue-bootcamp-final-challenge
Scrimba Vue, Vue Bootcamp,
https://github.com/focusthen/scrimba-vue-bootcamp-final-challenge
scrimba vue vuebootcamp
Last synced: 6 months ago
JSON representation
Scrimba Vue, Vue Bootcamp,
- Host: GitHub
- URL: https://github.com/focusthen/scrimba-vue-bootcamp-final-challenge
- Owner: FocusThen
- License: mit
- Created: 2020-06-20T16:01:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T03:04:39.000Z (almost 3 years ago)
- Last Synced: 2023-03-03T23:10:23.296Z (over 2 years ago)
- Topics: scrimba, vue, vuebootcamp
- Language: Vue
- Homepage:
- Size: 1.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scrimba-test
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).