Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denys-petryniak/pineapple-stand
https://github.com/denys-petryniak/pineapple-stand
pinia tailwindcss vue
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/denys-petryniak/pineapple-stand
- Owner: denys-petryniak
- Created: 2024-01-13T16:13:05.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-25T20:43:45.000Z (11 months ago)
- Last Synced: 2024-11-29T09:55:52.191Z (about 1 month ago)
- Topics: pinia, tailwindcss, vue
- Language: Vue
- Homepage:
- Size: 813 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pineapple Stand
*This project is dedicated to learning Pinia, the officially recommended state management solution for Vue.js.*## 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/pineapple-stand)
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
```