A lightweight JavaScript framework based on Template and Shadow
npm i --save https://github.com/Schlipak/Yoruor
yarn add https://github.com/Schlipak/YoruYoru ships with a couple (for now) tools to make development easier. First, install Yoru globally:
yarn global add https://github.com/Schlipak/YoruThis installs a yoru command, which can:
- Create a project scaffolding with
yoru new <appname> - Run an app with
yoru run | yoru serve(This currently actually serves the current directory)
yoru new myApp && cd my-app && yoru runNavigate to http://0.0.0.0:3000
TODO
TODO
- Compile the library with
make(optional) - Serve the
examples/directory (You can useyoru runfor this) - Open http://0.0.0.0:3000 in your favourite MODERN browser. (No polyfill support yet)