https://github.com/centre-for-humanities-computing/chcaa-vue
vue-cli port of CHCAA web app
https://github.com/centre-for-humanities-computing/chcaa-vue
Last synced: 4 months ago
JSON representation
vue-cli port of CHCAA web app
- Host: GitHub
- URL: https://github.com/centre-for-humanities-computing/chcaa-vue
- Owner: centre-for-humanities-computing
- License: agpl-3.0
- Created: 2019-06-21T12:03:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:52:51.000Z (over 3 years ago)
- Last Synced: 2025-01-03T21:42:16.673Z (over 1 year ago)
- Language: HTML
- Size: 45.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# client
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Serve app (temporary solution)
```
npx vue-cli-service serve --port 80
```