Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julianmanera8/p-paint-vue
Mi propia galeria / e-commerce de figuras impresas en 3D pintadas a mano. Hecha con VUE 3 client (composition api), global store con PINIA, estilos con css / sass, vue-router para el enrutado y diseño 100% responsive.
https://github.com/julianmanera8/p-paint-vue
pinia-vuejs responsive-design sass-framework vue3-composition-api
Last synced: about 1 month ago
JSON representation
Mi propia galeria / e-commerce de figuras impresas en 3D pintadas a mano. Hecha con VUE 3 client (composition api), global store con PINIA, estilos con css / sass, vue-router para el enrutado y diseño 100% responsive.
- Host: GitHub
- URL: https://github.com/julianmanera8/p-paint-vue
- Owner: JulianManera8
- Created: 2024-03-11T15:42:24.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-12T22:13:41.000Z (9 months ago)
- Last Synced: 2024-12-19T00:41:09.994Z (about 1 month ago)
- Topics: pinia-vuejs, responsive-design, sass-framework, vue3-composition-api
- Language: Vue
- Homepage: https://print-paint.vercel.app
- Size: 28.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# p-paint-vue
## 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/).