https://github.com/dnoneill/iiif-tag-builder
https://github.com/dnoneill/iiif-tag-builder
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dnoneill/iiif-tag-builder
- Owner: dnoneill
- License: mit
- Created: 2019-09-18T20:17:21.000Z (over 6 years ago)
- Default Branch: source
- Last Pushed: 2023-12-06T22:57:47.000Z (over 2 years ago)
- Last Synced: 2025-02-15T09:31:37.787Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://dnoneill.github.io/iiif-tag-builder/
- Size: 956 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iiif-tag-builder
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).