ng-test1-ui
TypeScript icon, indicating that this package has built-in type declarations

0.2.14 • Public • Published

NGTable

启动

npm i
npm start

打包

npm run package

warning 暂不支持 windows 打包

├── README.md
├── build_scripts //打包脚本
│   ├── Compile.js
│   └── build.js
├── config-overrides.js
├── images.d.ts
├── package.json
├── public
│   ├── favicon.ico
│   ├── index.html
│   └── manifest.json
├── src
│   ├── App.scss
│   ├── App.tsx
│   ├── components //组件
│   │   ├── NGTable
│   │   │   ├── Row.tsx //子组件
│   │   │   ├── Table.tsx //父组件
│   │   │   ├── index.tsx
│   │   │   ├── interface.tsx //interface
│   │   │   └── style //组件样式
│   │   │       ├── index.scss
│   │   │       └── index.tsx
│   │   ├── index.tsx //统一导出
│   │   ├── style //样式 文件夹里请勿使用index.scss命名
│   │   │   ├── color
│   │   │   │   └── color.scss //颜色变量
│   │   │   ├── core
│   │   │   │   └── core.scss //核心样式
│   │   │   ├── index.scss
│   │   │   ├── index.tsx
│   │   │   └── mixins //mixins
│   │   └── tsconfig.json
│   ├── index.scss
│   ├── index.tsx
│   └── registerServiceWorker.ts
├── tsconfig.json
├── tsconfig.prod.json
├── tsconfig.test.json
├── tslint.json
└── yarn.lock

Readme

Keywords

none

Package Sidebar

Install

npm i ng-test1-ui

Weekly Downloads

0

Version

0.2.14

License

none

Unpacked Size

70.8 kB

Total Files

62

Last publish

Collaborators

  • kl.nevermore