Skip to content

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

Notifications You must be signed in to change notification settings

brunomolteni/VFF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published