Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denys-petryniak/kitteness
A pet project featuring amusing cat content 🐈
https://github.com/denys-petryniak/kitteness
pinia vue
Last synced: about 2 months ago
JSON representation
A pet project featuring amusing cat content 🐈
- Host: GitHub
- URL: https://github.com/denys-petryniak/kitteness
- Owner: denys-petryniak
- Created: 2022-08-18T14:11:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T10:02:07.000Z (10 months ago)
- Last Synced: 2024-11-29T09:55:51.330Z (about 2 months ago)
- Topics: pinia, vue
- Language: Vue
- Homepage: https://kitteness-dp.netlify.app
- Size: 1.65 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kitteness
## Explore in StackBlitz
Click the button below to open the project in StackBlitz for preview and experimentation:
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/denys-petryniak/kitteness)
Feel free to explore the code, make changes, and see the results in real-time!
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).