Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bmunoz89/peek-a-vue
https://github.com/bmunoz89/peek-a-vue
typescript vue3 vue3-typescript vuejs
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/bmunoz89/peek-a-vue
- Owner: bmunoz89
- Created: 2020-11-08T19:07:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T01:28:57.000Z (about 1 year ago)
- Last Synced: 2024-12-30T18:13:00.393Z (21 days ago)
- Topics: typescript, vue3, vue3-typescript, vuejs
- Language: Vue
- Homepage: https://bmunoz89-peek-a-vue.netlify.app/
- Size: 867 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# peek-a-vue
## 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/).