https://github.com/code-pop/build-gmail-clone-with-vue-3
https://github.com/code-pop/build-gmail-clone-with-vue-3
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-pop/build-gmail-clone-with-vue-3
- Owner: Code-Pop
- Created: 2020-06-23T20:43:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-18T13:32:42.000Z (about 1 year ago)
- Last Synced: 2025-04-05T16:14:01.074Z (12 months ago)
- Language: Vue
- Size: 1.03 MB
- Stars: 150
- Watchers: 5
- Forks: 129
- Open Issues: 25
-
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/).