An open API service indexing awesome lists of open source software.

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)

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/).