https://github.com/kauehenrick/vue2js-learning
vue 2 study case, sharpening my skills to work in some projects.
https://github.com/kauehenrick/vue2js-learning
vue-cli vue-router vuejs vuelidate vuetify2 vuex
Last synced: 8 months ago
JSON representation
vue 2 study case, sharpening my skills to work in some projects.
- Host: GitHub
- URL: https://github.com/kauehenrick/vue2js-learning
- Owner: kauehenrick
- Created: 2025-09-25T17:53:59.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-09-25T18:59:53.000Z (8 months ago)
- Last Synced: 2025-09-25T20:58:22.110Z (8 months ago)
- Topics: vue-cli, vue-router, vuejs, vuelidate, vuetify2, vuex
- Language: Vue
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuejs2-learning
## Project setup
```
pnpm install
```
### Compiles and hot-reloads for development
```
pnpm run serve
```
### Compiles and minifies for production
```
pnpm run build
```
### Lints and fixes files
```
pnpm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).