Librería con Lit 2.0
3574 ワード
Construyendo el scaffolding con open-wc
Open WC nos provee de una serie de herramientas que nos ayudan a utilizar de una manera más comoda y sencilla los web components.
npm init @open-wc
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.4.17",
"@open-wc/eslint-config": "^4.3.0",
"@open-wc/testing": "next",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@web/dev-server": "^0.1.28",
"@web/dev-server-storybook": "next",
"@web/test-runner": "next",
"concurrently": "^5.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"husky": "^4.3.8",
"lint-staged": "^10.5.4",
"prettier": "^2.4.1",
"tslib": "^2.3.1",
"typescript": "^4.5.2"
},
Reference
この問題について(Librería con Lit 2.0), 我々は、より多くの情報をここで見つけました
https://dev.to/balsalobre/libreria-con-lit-20-4f75
テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol
npm init @open-wc
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.4.17",
"@open-wc/eslint-config": "^4.3.0",
"@open-wc/testing": "next",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@web/dev-server": "^0.1.28",
"@web/dev-server-storybook": "next",
"@web/test-runner": "next",
"concurrently": "^5.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"husky": "^4.3.8",
"lint-staged": "^10.5.4",
"prettier": "^2.4.1",
"tslib": "^2.3.1",
"typescript": "^4.5.2"
},
Reference
この問題について(Librería con Lit 2.0), 我々は、より多くの情報をここで見つけました https://dev.to/balsalobre/libreria-con-lit-20-4f75テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol