ng-test1-ui
v0.2.14
Published
NGTable
Downloads
9
Readme
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