All Projects → yumu-webpack → Yumu

yumu-webpack / Yumu

👫 A webpack and react solutionly tool

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Yumu

Tkframework
react + relay + redux + saga + graphql + webpack
Stars: ✭ 83 (-3.49%)
Mutual labels:  webpack
Webpack Isomorphic Tools
Server-side rendering for your Webpack-built applications (e.g. React)
Stars: ✭ 1,258 (+1362.79%)
Mutual labels:  webpack
Compiled
A familiar and performant compile time CSS-in-JS library for React.
Stars: ✭ 1,235 (+1336.05%)
Mutual labels:  webpack
Lit Loader
LitElement Single File Component loader for Webpack.
Stars: ✭ 84 (-2.33%)
Mutual labels:  webpack
Mobx Demo
MobX port of SurviveJS - Webpack and React apps
Stars: ✭ 84 (-2.33%)
Mutual labels:  webpack
Threejs Es6 Webpack Starter
Three.js ES6 starter project with a sane webpack configuration
Stars: ✭ 85 (-1.16%)
Mutual labels:  webpack
Bottle Vue Kickstart
🍕 Very basic Bottle kickstart kit with Vue.js and Webpack. Included Axios, Autoprefixer, Babel, Webpack config, demo app with Bulma and Web font loader.
Stars: ✭ 83 (-3.49%)
Mutual labels:  webpack
Phaser Es6 Webpack
A bootstrap project for create games with Phaser + ES6 + Webpack.
Stars: ✭ 1,266 (+1372.09%)
Mutual labels:  webpack
Esbuild Loader
⚡️ Speed up your Webpack build with esbuild
Stars: ✭ 1,245 (+1347.67%)
Mutual labels:  webpack
Sequelize Bookmarks
Sequelize ORM application with Express 4 server, Webpack and Vue.js
Stars: ✭ 85 (-1.16%)
Mutual labels:  webpack
Graphql Import Loader
Webpack loader for `graphql-import`
Stars: ✭ 84 (-2.33%)
Mutual labels:  webpack
Webpack Polyfill Injector
Webpack plugin to automatically inject polyfills into your bundle without affecting modern browsers.
Stars: ✭ 84 (-2.33%)
Mutual labels:  webpack
React Ssr Boilerplate
A boilerplate for server-side rendered React Applications. Includes local auth and GitHub Oauth 2 strategies.
Stars: ✭ 85 (-1.16%)
Mutual labels:  webpack
React D3 Transitions
Enter, update and exit pattern using React 15.0, D3 4.0 and Redux
Stars: ✭ 83 (-3.49%)
Mutual labels:  webpack
Ignore Loader
Webpack loader to ignore certain package on build.
Stars: ✭ 85 (-1.16%)
Mutual labels:  webpack
Inline Chunk Manifest Html Webpack Plugin
Extension plugin for html-webpack-plugin to inline webpack's chunk manifest. Default inlines in head tag.
Stars: ✭ 83 (-3.49%)
Mutual labels:  webpack
React Antd Dva
基于react + ant-design + dva + Mock 企业级后台管理系统最佳实践
Stars: ✭ 85 (-1.16%)
Mutual labels:  webpack
React Dashboard
🔥React Dashboard - isomorphic admin dashboard template (React.js, Bootstrap, Node.js, GraphQL, React Router, Babel, Webpack, Browsersync) 🔥
Stars: ✭ 1,268 (+1374.42%)
Mutual labels:  webpack
Auxpack
A dashboard for monitoring Webpack build stats.
Stars: ✭ 86 (+0%)
Mutual labels:  webpack
The Ultimate Boilerplate
webpack 2, react hotloader 3, react router v4, code splitting and more
Stars: ✭ 85 (-1.16%)
Mutual labels:  webpack

yumu

NPM version npm GitHub stars GitHub forks

yumu webpack and react solution


Feature

  • Generate a webpack based boilerplate.
  • Run a local server for web developer, support proxy and HMR.
  • Easy to use and customize third-party UI components.
  • Support customized webpack.config.js.
  • Support buildvars to automatically output bundles with different varible combinations.

Install

  • Install yumu
$ npm i yumu -g

Usage

  • Generate a boilerplate.
$ yumu init
$ yumu init -t (you will choose your template like single page application or multiple page application)
  • Install the dependencies.
$ cd xx(the project path)
$ yumu install
  • Start a local dev server.
$ yumu server

It will listen to the port 8080

  • Build project.
$ yumu build 
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].