https://github.com/rog/vue3-gmail
https://github.com/rog/vue3-gmail
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rog/vue3-gmail
- Owner: rog
- Created: 2020-09-08T01:59:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T02:00:14.000Z (almost 6 years ago)
- Last Synced: 2025-01-23T07:45:12.774Z (over 1 year ago)
- Language: Vue
- Size: 247 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-3-demo
## 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/).