1.1.4 • Published 8 years ago
generator-framerjs-webpack-simple v1.1.4
generator-framerjs-webpack-simple
A simple framer.js yeoman template using webpack for package control, which can give you the ability of making UX prototyping on Windows & Linux.
Getting Started
- 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 devDistribute
$ npm run buildGet the latest framer.js builds
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
License
MIT