https://github.com/gabrielmbmb/intry4.0-frontend
The frontend of the InTry 4.0 project
https://github.com/gabrielmbmb/intry4.0-frontend
Last synced: 2 months ago
JSON representation
The frontend of the InTry 4.0 project
- Host: GitHub
- URL: https://github.com/gabrielmbmb/intry4.0-frontend
- Owner: gabrielmbmb
- Created: 2020-06-14T17:29:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T23:49:17.000Z (over 3 years ago)
- Last Synced: 2025-01-29T17:22:26.900Z (4 months ago)
- Language: Vue
- Size: 758 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# intry4.0-frontend
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).