https://github.com/deltares-research/epic-tool
https://github.com/deltares-research/epic-tool
django djangorestframework vue vuejs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deltares-research/epic-tool
- Owner: Deltares-research
- Created: 2022-02-17T09:50:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T11:57:20.000Z (11 months ago)
- Last Synced: 2025-02-06T13:44:27.139Z (5 months ago)
- Topics: django, djangorestframework, vue, vuejs
- Language: Python
- Homepage: https://epicresponsetool.deltares.nl/
- Size: 34.7 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# epictool-gui-javascript
## 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/).