A simple framer.js yeoman template using webpack for package control, which can give you the ability of making UX prototyping on Windows & Linux.
- Install yeoman
$ npm i -g yo
- Install generator-framerjs-webpack-simple from npm
$ npm i -g generator-framerjs-webpack-simple
- Create a directory for your framer project
$ mkdir my-framerjs-project
$ cd my-framerjs-project
- Initiate the generator
$ yo framerjs-webpack-simple
- Customize your package.json
$ npm init
- Get live preview in browser while editing code :
$ npm run dev
$ npm run build
Note that the framer.js
file of this generator is built by Niels van Hoorn
at Wed Jul 19 16:32:27 2017
.
You can find the latest framer.js build at http://builds.framerjs.com/.
Or you can build your own framer.js: https://github.com/koenbok/Framer
MIT