Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miyaoka/guiland-20200610
検閲するやつ
https://github.com/miyaoka/guiland-20200610
Last synced: 6 days ago
JSON representation
検閲するやつ
- Host: GitHub
- URL: https://github.com/miyaoka/guiland-20200610
- Owner: miyaoka
- Created: 2020-06-10T13:00:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:59:25.000Z (11 months ago)
- Last Synced: 2023-12-15T03:57:37.338Z (11 months ago)
- Language: TypeScript
- Homepage: https://dazzling-yonath-acb0f6.netlify.app/
- Size: 621 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 31
-
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/).