https://github.com/iotexproject/iotex-studio
IDE for developing, deploying and debugging of native IoTeX smart contract
https://github.com/iotexproject/iotex-studio
Last synced: about 1 year ago
JSON representation
IDE for developing, deploying and debugging of native IoTeX smart contract
- Host: GitHub
- URL: https://github.com/iotexproject/iotex-studio
- Owner: iotexproject
- Archived: true
- Created: 2019-11-25T21:34:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-15T06:29:36.000Z (about 5 years ago)
- Last Synced: 2025-03-12T10:23:32.685Z (over 1 year ago)
- Language: Vue
- Homepage: https://ide.iotex.io/
- Size: 568 KB
- Stars: 11
- Watchers: 15
- Forks: 2
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run dev
```
### 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/).