generator-framerjs-webpack-simple
Version:
A framer.js template using webpack
50 lines (42 loc) • 1.46 kB
Markdown
[](https://www.npmjs.com/package/generator-framerjs-webpack-simple)
[](#)
[](#)
[](#)
# 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
```bash
$ npm i -g yo
```
2. Install generator-framerjs-webpack-simple from npm
```bash
$ npm i -g generator-framerjs-webpack-simple
```
3. Create a directory for your framer project
```bash
$ mkdir my-framerjs-project
$ cd my-framerjs-project
```
4. Initiate the generator
```bash
$ yo framerjs-webpack-simple
```
5. Customize your package.json
```bash
$ npm init
```
6. Get live preview in browser while editing code :
```bash
$ npm run dev
```
# Distribute
```bash
$ 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/](http://builds.framerjs.com/).
Or you can build your own framer.js: [https://github.com/koenbok/Framer](https://github.com/koenbok/Framer)
# License
MIT