https://github.com/artodeschini/vueusersapp
Frontend with Vue.js para uma app de Usuarios
https://github.com/artodeschini/vueusersapp
Last synced: 3 months ago
JSON representation
Frontend with Vue.js para uma app de Usuarios
- Host: GitHub
- URL: https://github.com/artodeschini/vueusersapp
- Owner: artodeschini
- Created: 2022-08-16T20:09:25.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-17T19:45:14.000Z (almost 4 years ago)
- Last Synced: 2025-03-06T05:45:46.465Z (over 1 year ago)
- Language: Vue
- Size: 208 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# usuarios
## backend app
[backend repositorio](https://github.com/artodeschini/UserApiRestNode)
## Project setup
```bash
npm install
```
### Compiles and hot-reloads for development
```bash
npm run serve
```
### Compiles and minifies for production
```bash
npm run build
```
### Lints and fixes files
```bash
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
```bash
npm install bulma --save
npm install axios --save
```