Skip to content

wflashy/nowa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nowa

NPM version

nowa webpack 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.

Checkout https://nowa-webpack.github.io/ for more information.

Install

  • Install nowa
$ npm i nowa -g
$ nowa install

You can install any plugin by nowa install <name>.

Find more plugins, visit here.

Usage

  • Generate a boilerplate.
$ mkdir test && cd test
$ nowa init uxcore
  • Start a local dev server.
$ nowa server
  • Build project.
$ nowa build
  • Build libraries.
$ nowa lib

About

nowa webpack solution

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%