Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/achique-luisdan/web-cakes-shop
Web de Tienda de Tortas
https://github.com/achique-luisdan/web-cakes-shop
cakes css frontend html javascript pinia shop typescript vuejs web
Last synced: about 2 months ago
JSON representation
Web de Tienda de Tortas
- Host: GitHub
- URL: https://github.com/achique-luisdan/web-cakes-shop
- Owner: achique-luisdan
- License: mit
- Created: 2022-09-25T01:41:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T23:29:31.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T11:28:00.129Z (almost 2 years ago)
- Topics: cakes, css, frontend, html, javascript, pinia, shop, typescript, vuejs, web
- Language: Vue
- Homepage:
- Size: 6.92 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Cake Shop
Web de Tienda de Tortas
## Descripción (Description) 📋
## Características ❤️
## Herramientas 🛠️
Las herramientas utilizadas en el desarrollo del proyecto fueron:
* [Node JS v14 o superior](https://nodejs.org/es/) - Entorno de Ejecución de Servidor para JavaScript
* [Vue v3.2.45](https://vuejs.org/) - Framework Web Frontend Progresivo para crear SPA (Single Page Application).
* [Pinia v2.0.28](https://pinia.vuejs.org/) - Gestión del Estado Global de Aplicaciones Vue### Backend
## Equipo (Team) ✒️
* **Luis Achique** - *Desarrollador Web* - [GitHub: @achique-luisdan](https://github.com/achique-luisdan)
## Instalación 🔧
Para instalar las herramientas necesarias:
### Paso 1. Instalar Node.js
Acceder al sitio oficial de [Node.js](https://nodejs.org/), descargar e instalar.
### Paso 2. Instalar dependencias del proyecto
Accede a la carpeta del proyecto y ejecuta el siguiente comando:
```sh
npm install
```### Paso 3. Levantar servidor de desarrollo
```sh
npm run dev
```### Paso 4. Pasar linter
```sh
npm run lint
```### Paso 5. Compilar proyecto
```sh
npm run build
```## Reseñas (Reviews) 💞
## Mejora Continua 🚀