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

https://github.com/hannasdev/vue-forum

An attempt to build a forum from scratch using Vue
https://github.com/hannasdev/vue-forum

Last synced: about 1 year ago
JSON representation

An attempt to build a forum from scratch using Vue

Awesome Lists containing this project

README

          

# vue-forum

> A Vue-based client for my Forum-application

## API
The [API](https://github.com/gothbarbie/forum-api) must run locally on port: xxxx

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build
```

For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).