https://github.com/rayc2045/cat-facts-app
https://github.com/rayc2045/cat-facts-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rayc2045/cat-facts-app
- Owner: rayc2045
- Created: 2021-09-13T05:10:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-14T14:39:14.000Z (almost 5 years ago)
- Last Synced: 2025-03-16T20:41:34.494Z (over 1 year ago)
- Language: Vue
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cat Facts App with Vue Router, Typescript and Vue Composition API

## Project setup
```
pnpm install
```
### Compiles and hot-reloads for development
```
pnpm run serve
```
### Compiles and minifies for production
```
pnpm run build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).