https://github.com/mdbarr/harpoon
Cloud IDE with support for multiple languages
https://github.com/mdbarr/harpoon
Last synced: over 1 year ago
JSON representation
Cloud IDE with support for multiple languages
- Host: GitHub
- URL: https://github.com/mdbarr/harpoon
- Owner: mdbarr
- Created: 2019-04-22T04:33:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-22T04:39:31.000Z (about 7 years ago)
- Last Synced: 2025-01-12T13:23:17.262Z (over 1 year ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# harpoon
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).