Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lindsaykwardell/juralen-vue
Prototype for Juralen in Typescript/Vue
https://github.com/lindsaykwardell/juralen-vue
Last synced: 16 days ago
JSON representation
Prototype for Juralen in Typescript/Vue
- Host: GitHub
- URL: https://github.com/lindsaykwardell/juralen-vue
- Owner: lindsaykwardell
- Created: 2020-04-30T16:25:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T01:54:32.000Z (over 3 years ago)
- Last Synced: 2024-12-10T12:04:38.993Z (24 days ago)
- Language: TypeScript
- Size: 5.28 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# juralen-vue
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).