An open API service indexing awesome lists of open source software.

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

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
```