0.0.14 • Published 6 years ago

yumu v0.0.14

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

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 
0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago