Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

A simple framer.js yeoman template using webpack for non-macs

License

Notifications You must be signed in to change notification settings

gbcdef/generator-framerjs-webpack-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:https://builds.framerjs.com/.

Or you can build your own framer.js: https://github.com/koenbok/Framer

License

MIT