UNPKG

create-table-super

Version:

table-super构建器

39 lines (25 loc) 530 B
# create-table-super [![NPM version](https://img.shields.io/npm/v/create-table-super.svg?style=flat)](https://npmjs.org/package/create-table-super) [![NPM downloads](http://img.shields.io/npm/dm/create-table-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-table-super'], ], } ``` ## Options TODO ## LICENSE MIT