https://github.com/stared/ket-viewer
Ket viewer; as ket in braket
https://github.com/stared/ket-viewer
Last synced: 4 months ago
JSON representation
Ket viewer; as ket in braket
- Host: GitHub
- URL: https://github.com/stared/ket-viewer
- Owner: stared
- Created: 2019-10-25T10:11:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T16:37:46.000Z (almost 5 years ago)
- Last Synced: 2025-01-13T19:57:37.823Z (5 months ago)
- Language: Vue
- Size: 1.03 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ket-viewer
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).