An open API service indexing awesome lists of open source software.

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

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).