0.0.6 • Published 7 years ago

generator-next-playground v0.0.6

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

generator-next-playground

next generation playground generator

Installation

install node.js install yeoman using npm install yo -g install the generator npm install generator-next-playground -g

Usage

Run command in a new folder yo next-playground

And then, you will get a project same with next-playground

>_ tree -I node_modules -L 3
├── README.md
├── dist // server base directory
├── gulp
├── gulpfile.babel.js
├── package.json
└── src
    ├── IntersectionObserver
    │   ├── index.html
    │   └── main.js // entry point of js
    ├── alg
    │   └── merge-base
    └── three
        ├── drinkbird
        └── hello

gulp will watch all files except javascript files and copy to server directory.

webpack will care your main.js and bundle to dist directory, but if you add a new main.js, you have to restart the gulp task.

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