npm.io
1.1.4 • Published 8 years ago

generator-framerjs-webpack-simple

Licence
MIT
Version
1.1.4
Deps
3
Vulns
0
Weekly
0
Stars
2

npm platform downloads license

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

  1. Install yeoman
$ npm i -g yo
  1. Install generator-framerjs-webpack-simple from npm
$ npm i -g generator-framerjs-webpack-simple
  1. Create a directory for your framer project
$ mkdir my-framerjs-project
$ cd my-framerjs-project
  1. Initiate the generator
$ yo framerjs-webpack-simple
  1. Customize your package.json
$ npm init
  1. Get live preview in browser while editing code :
$ npm run dev

Distribute

$ npm run build

Get 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