dev-1603 / vuethreads

FB style comment thread in VueJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vuethreads

Installation

vuethreads requires Node.js v6.4+ to run.

Install the dependencies and devDependencies and start the server.

$ npm install;

Run

$ npm run dev;

Then navigate to http://localhost:8080

Build

$ npm run devbuild;

built files are exported to 'dist' folder

Demo

https://ymranx.github.io/index.html

P.S : As it is backend less project, data will be retained in localStorage

License

MIT

About

FB style comment thread in VueJS

License:MIT License


Languages

Language:JavaScript 41.3%Language:CSS 31.4%Language:Vue 22.8%Language:HTML 4.5%Language:Batchfile 0.1%