Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dxphilo/vue3-masterclass
https://github.com/dxphilo/vue3-masterclass
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dxphilo/vue3-masterclass
- Owner: dxphilo
- Created: 2022-04-25T10:03:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-08T11:17:06.000Z (over 2 years ago)
- Last Synced: 2024-04-23T18:35:51.876Z (8 months 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/).