0.0.1-alpha • Published 5 years ago
vue-nested-table v0.0.1-alpha
vue-nested-table
Project setup
Set component name
replace all vue-nested-table text to ${your-component-name} in this project files.
Install dependencies
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for component example page
npm run buildCompiles and minifies for component library
npm run libRun your tests
npm run testLints and fixes files
npm run lintRun your unit tests
npm run test:unit├── README.md
├── babel.config.js
├── examples
│ ├── assets
│ │ └── logo.png
│ ├── components
│ │ └── App
│ │ ├── App.styl
│ │ ├── App.ts
│ │ ├── App.vue
│ │ └── index.ts
│ ├── main.ts
│ ├── shims-tsx.d.ts
│ └── shims-vue.d.ts
├── package.json
├── packages
│ ├── index.ts
│ └── src
│ ├── test
│ │ ├── index.ts
│ │ ├── test.styl
│ │ ├── test.ts
│ │ └── test.vue
│ └── textarea.ts
├── pages
│ ├── css
│ │ └── index.1969c4d6.css
│ ├── favicon.ico
│ ├── index.html
│ └── js
│ ├── chunk-vendors.f2dbb782.js
│ ├── chunk-vendors.f2dbb782.js.map
│ ├── index.aa9e2e47.js
│ └── index.aa9e2e47.js.map
├── public
│ ├── favicon.ico
│ └── index.html
├── tests
│ └── unit
│ └── example.spec.ts
├── tsconfig.json
├── tslint.json
└── vue.config.jsCustomize configuration
0.0.1-alpha
5 years ago