Skip to content

A very early attempt to build a simple JS view framework. Built mainly for learning purposes.

License

Notifications You must be signed in to change notification settings

vivianeasley/lodestone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Demo

Basic Info

  • A view framework I built to learn about javascript
  • Version 0.01

The framework uses

  • less ( uses the broccoli module )
  • broccoli
  • routie ( temporary routing solution )

How do I get set up?

  • Download broccoli: npm install --global broccoli-cli
  • Add broccoli modules:
  • npm install --save-dev broccoli-concat
  • npm install --save-dev broccoli-less-single
  • npm install --save-dev broccoli-static-compiler
  • npm install --save-dev broccoli-broccoli-merge-trees
  • Download and add routie.min.js to the libraries folder.
  • Build and start the server: broccoli serve
  • Profit

About

A very early attempt to build a simple JS view framework. Built mainly for learning purposes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published