https://github.com/libotony/develop-vechain-app-for-beginners
Introduction for beginners to develop a vechain app
https://github.com/libotony/develop-vechain-app-for-beginners
Last synced: 5 months ago
JSON representation
Introduction for beginners to develop a vechain app
- Host: GitHub
- URL: https://github.com/libotony/develop-vechain-app-for-beginners
- Owner: libotony
- Created: 2019-03-29T06:34:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T15:07:30.000Z (about 7 years ago)
- Last Synced: 2025-12-03T14:25:51.055Z (7 months ago)
- Language: HTML
- Homepage: https://libotony.github.io/develop-vechain-app-for-beginners/
- Size: 3.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How To Develop VeChain App
## Development
``` bash
npm install #Install dependencies
npm run serve #Compiles and hot-reloads for development
npm run build #Compiles and minifies for production
```