Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcalixte/stratego
https://github.com/jcalixte/stratego
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/jcalixte/stratego
- Owner: jcalixte
- Created: 2019-09-07T07:53:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T15:29:02.000Z (about 2 years ago)
- Last Synced: 2024-11-10T16:52:33.832Z (about 2 months ago)
- Language: TypeScript
- Size: 2.96 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stratego
## 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/).