https://github.com/erick-hernandez-ortega/indesicionapp
App para ver lo fundamental de framework de Vue (Options API)
https://github.com/erick-hernandez-ortega/indesicionapp
css3 html5 javascript jest testing typescript vue3 vuejs
Last synced: 3 months ago
JSON representation
App para ver lo fundamental de framework de Vue (Options API)
- Host: GitHub
- URL: https://github.com/erick-hernandez-ortega/indesicionapp
- Owner: Erick-Hernandez-Ortega
- Created: 2025-01-14T02:05:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T02:04:58.000Z (over 1 year ago)
- Last Synced: 2025-05-18T14:07:53.121Z (about 1 year ago)
- Topics: css3, html5, javascript, jest, testing, typescript, vue3, vuejs
- Language: Vue
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 03-fundamentos
## Project setup
```
pnpm install
```
### Compiles and hot-reloads for development
```
pnpm run serve
```
### Compiles and minifies for production
```
pnpm run build
```
### Run your unit tests
```
pnpm run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).