Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miyaoka/guiland2
https://github.com/miyaoka/guiland2
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/miyaoka/guiland2
- Owner: miyaoka
- Created: 2019-10-30T17:06:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-23T05:24:01.000Z (almost 2 years ago)
- Last Synced: 2023-04-01T04:16:41.217Z (over 1 year ago)
- Language: Vue
- Size: 1.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# guiland2
## 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
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).