https://github.com/numtostr/decode
A Front End Editor built with Vue.js
https://github.com/numtostr/decode
Last synced: about 1 month ago
JSON representation
A Front End Editor built with Vue.js
- Host: GitHub
- URL: https://github.com/numtostr/decode
- Owner: numToStr
- Created: 2017-11-06T07:07:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-11T12:36:58.000Z (about 8 years ago)
- Last Synced: 2025-03-06T06:32:48.101Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://vkasraj.github.io/decode/
- Size: 1.92 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# decode
> A Vue.js and Node project
## Build Setup
```bash
# install dependencies
npm install
cd client && npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
cd client && npm run build
```
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).