UNPKG

create-super

Version:

super构建器

39 lines (25 loc) 506 B
# create-super [![NPM version](https://img.shields.io/npm/v/create-super.svg?style=flat)](https://npmjs.org/package/create-table-super) [![NPM downloads](http://img.shields.io/npm/dm/create-super.svg?style=flat)](https://npmjs.org/package/create-table-super) ## Install ```bash # or yarn $ npm install ``` ```bash $ npm run build --watch $ npm run start ``` ## Usage Configure in `.umirc.js`, ```js export default { plugins: [ ['create-super'], ], } ``` ## Options TODO ## LICENSE MIT