Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miyaoka/guiland-20200605
ありよりのなしなやつ
https://github.com/miyaoka/guiland-20200605
Last synced: 6 days ago
JSON representation
ありよりのなしなやつ
- Host: GitHub
- URL: https://github.com/miyaoka/guiland-20200605
- Owner: miyaoka
- Created: 2020-06-05T17:27:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:50:12.000Z (11 months ago)
- Last Synced: 2023-12-15T06:52:45.770Z (11 months ago)
- Language: Vue
- Homepage: https://vibrant-benz-ec94e2.netlify.app/
- Size: 1.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-ts-boilerplate
## 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/).