https://github.com/dxphilo/vue3-masterclass
https://github.com/dxphilo/vue3-masterclass
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dxphilo/vue3-masterclass
- Owner: dxphilo
- Created: 2022-04-25T10:03:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-08T11:17:06.000Z (about 4 years ago)
- Last Synced: 2025-01-11T16:51:51.013Z (over 1 year ago)
- Language: CSS
- Homepage: https://vuemasterclass.netlify.app
- Size: 333 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue3-masterclass
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn dev
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Delete the firebase DB and migrate Fresh Data to Db.
```
yarn mig:db
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).