Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasheckmann/zxinfo-vue
ZXInfo is a web-app for the ZXDB based search engine at http://zxinfo.dk - implemented in Vue and Vuetify
https://github.com/thomasheckmann/zxinfo-vue
backend-services elasticsearch frontend material-design vuejs vuetifyjs zx-spectrum zxdb
Last synced: about 2 months ago
JSON representation
ZXInfo is a web-app for the ZXDB based search engine at http://zxinfo.dk - implemented in Vue and Vuetify
- Host: GitHub
- URL: https://github.com/thomasheckmann/zxinfo-vue
- Owner: thomasheckmann
- Created: 2020-04-17T20:10:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T17:18:22.000Z (about 1 year ago)
- Last Synced: 2023-12-19T17:20:53.822Z (about 1 year ago)
- Topics: backend-services, elasticsearch, frontend, material-design, vuejs, vuetifyjs, zx-spectrum, zxdb
- Language: Vue
- Size: 2.23 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zxinfo-vue
## 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
```### Build for Docker
```
docker build . -t zxinfo-vue
docker run -d -p 9000:80 zxinfo-vue
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).