File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed
Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 44[ ![ license] ( https://img.shields.io/npm/l/vue-virtualised.svg?style=flat )] ( LICENSE )
55[ ![ vue3] ( https://img.shields.io/badge/vue-3.x-brightgreen.svg )] ( https://v3.vuejs.org/ )
66[ ![ npm type definitions] ( https://img.shields.io/npm/types/vue-virtualised )] ( https://www.typescriptlang.org/ )
7+ [ ![ code style: prettier] ( https://img.shields.io/badge/code_style-prettier-ff69b4.svg )] ( https://github.com/prettier/prettier )
78
89> Vue components developed by [ Vue.js 3.0] ( https://v3.vuejs.org/ ) for efficiently rendering large scrollable lists and hierarchical data. ` vue-virtualised ` is able to render and update 1 million nodes within a few seconds in front-end.
910
Original file line number Diff line number Diff line change 4545 *
4646 * SUPPORTED TOKENS: <projectFolder>, <packageName>, <unscopedPackageName>
4747 */
48- "mainEntryPointFilePath" : " <projectFolder>/lib /index.d.ts" ,
48+ "mainEntryPointFilePath" : " <projectFolder>/dist /index.d.ts" ,
4949
5050 /**
5151 * A list of NPM package names whose exports should be treated as part of this package.
Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ export default {
4646 tsconfigOverride : {
4747 compilerOptions : {
4848 // declaration: false,
49- plugins : [
50- { transform : "typescript-transform-paths" } ,
51- {
52- transform : "typescript-transform-paths" ,
53- afterDeclarations : true ,
54- } ,
55- ] ,
49+ // plugins: [
50+ // { transform: "typescript-transform-paths" },
51+ // {
52+ // transform: "typescript-transform-paths",
53+ // afterDeclarations: true,
54+ // },
55+ // ],
5656 } ,
5757 } ,
5858 } ) ,
Original file line number Diff line number Diff line change 88 "email" : " chenfrey920417@outlook.com" ,
99 "url" : " https://github.com/FallingCeilingS"
1010 },
11- "types" : " src/types/vue-virtualised .d.ts" ,
11+ "types" : " dist/index .d.ts" ,
1212 "scripts" : {
1313 "serve" : " vue-cli-service serve" ,
1414 "build" : " npm run build:umd && npm run build:es && npm run build:browser && tsc-alias" ,
You can’t perform that action at this time.
0 commit comments