Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/code-pop/build-gmail-clone-with-vue-3
https://github.com/code-pop/build-gmail-clone-with-vue-3
Last synced: 28 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T03:39:44.000Z (about 2 years ago)
- Last Synced: 2024-11-30T21:07:59.568Z (about 1 month ago)
- Language: Vue
- Size: 1.31 MB
- Stars: 148
- Watchers: 7
- Forks: 136
- Open Issues: 26
-
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/).