https://github.com/artodeschini/vuefrontapp
https://github.com/artodeschini/vuefrontapp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/artodeschini/vuefrontapp
- Owner: artodeschini
- Created: 2022-07-18T18:43:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-02T23:58:23.000Z (almost 4 years ago)
- Last Synced: 2025-03-06T05:45:42.318Z (over 1 year ago)
- Language: Vue
- Size: 203 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# guiaclientes
## requisitos
* node
* nvm
* npm
* vuecli
## 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/).