brunomolteni / VFF

Vue+Feathers+Fractal - A demo implementing a Javascript stack with Hot-Reloading across the board and a Living Styleguide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VFF

Vue + Feathers + Fractal

This is a minimalistic project using ES6 and a couple of frameworks and tools to create a rapid development stack with minimal config, a tight feedback loop (automatic live-reloading, compilation, transpilation & bundling for both front-end and back-end code) and a living styleguide of the components that make up the UI.

Install

npm i
npm run i

Develop

// in a single console (front+back+styleguide)
npm run dev

// separate consoles (better logs)
cd frontend && npm run dev

cd backend && npm run dev

npm run docs

Build

npm run build

This project uses the following frameworks and tools:

About

Vue+Feathers+Fractal - A demo implementing a Javascript stack with Hot-Reloading across the board and a Living Styleguide


Languages

Language:Vue 46.0%Language:JavaScript 45.6%Language:CSS 5.5%Language:HTML 2.9%