https://github.com/franmc01/vue-simuladortweets
El siguiente repositorio contiene un proyecto de Vue para reforzar las bases del Composition API
https://github.com/franmc01/vue-simuladortweets
babel javascript vuejs
Last synced: about 1 month ago
JSON representation
El siguiente repositorio contiene un proyecto de Vue para reforzar las bases del Composition API
- Host: GitHub
- URL: https://github.com/franmc01/vue-simuladortweets
- Owner: franmc01
- Created: 2021-07-30T15:07:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-02T23:28:26.000Z (almost 5 years ago)
- Last Synced: 2025-02-01T11:42:04.172Z (over 1 year ago)
- Topics: babel, javascript, vuejs
- Language: Vue
- Homepage:
- Size: 504 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simulador
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).