Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-ractive-webpack

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-ractive-webpack

Yeoman generator for RactiveJS and Webpack

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Ractive Webpack Yeoman generator

Dependency Tracker Dependency Tracker

RactiveJS application boilerplate with routing, internationalized text, date formatting, animations, pubsub, etc.

Develop with ES2015, Webpack, and hot reloading - all the good stuff from React development, without using React and JSX :-P

(You can also build on the Node.js development server to be full API or application server.)

Full list of a few of my favorite things:

  • ES6 (via BabelJS)
  • Ractive
  • Webpack
  • i18next
  • lodash
  • markdown-it
  • Moment.js
  • xhttp
  • Ractive-route
  • Animate.css
  • Bootstrap
  • Font-Awesome

Installation

Install yeoman and generator-ractive-webpack:

npm install -g yo
npm install -g generator-ractive-webpack

Setting up new projects

Create a new directory, and cd into it:

mkdir my-app
cd my-app

Run the generator

yo ractive-webpack

and follow the prompts


Install & Run:

For development bundle and hot reloading:

npm install
npm start

Open: http://localhost:3000

For production bundle:

npm dist

The minified public/bundle.js file can be deployed on a CDN, your host, or deployed with the node.js server at:

npm start

Open: http://localhost:3000


Keywords

FAQs

Package last updated on 26 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc