0.2.14 • Published 5 years ago

ng-test1-ui v0.2.14

Weekly downloads
41
License
-
Repository
-
Last release
5 years ago

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
0.2.14

5 years ago

0.2.13

5 years ago

0.2.12

5 years ago

0.2.11

5 years ago

0.2.10

5 years ago

0.2.9

5 years ago

0.2.8

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.3

5 years ago

0.0.1

5 years ago