https://github.com/ajeetchaulagain/vue-upskilling
Upskilling vuejs
https://github.com/ajeetchaulagain/vue-upskilling
Last synced: 3 months ago
JSON representation
Upskilling vuejs
- Host: GitHub
- URL: https://github.com/ajeetchaulagain/vue-upskilling
- Owner: ajeetchaulagain
- Created: 2022-11-16T00:37:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T12:37:33.000Z (over 2 years ago)
- Last Synced: 2025-01-15T11:11:05.257Z (4 months ago)
- Language: Vue
- Size: 1.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# build-a-bot
## 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/).