Scaffold out a rollup module
First, install Yeoman and generator-rm using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-rm
Then generate your new project:
yo rm
MIT © BinRui.Guan
Scaffold out a rollup module
First, install Yeoman and generator-rm using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-rm
Then generate your new project:
yo rm
MIT © BinRui.Guan