pe-components v0.10.0
pe-components-template
This template to started developing Vue 2 library component in Vite, Storybook, Tailwind and Sass.
Recommended IDE Setup
VSCode Volar (and disable Vetur). Tailwind CSS IntelliSense Stylelint
.vscode/settings.json
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"css.validate": false,
"scss.validate": false,
"editor.tabSize": 2,
"editor.insertSpaces": true,
"files.encoding": "utf8",
"files.eol": "\r\n",
"diffEditor.ignoreTrimWhitespace": false,
"files.insertFinalNewline": true,
"[mdx]": {
"files.insertFinalNewline": false
}
}Customize configuration
See Vite Configuration Reference.
Project Setup and run
npm install
npm run storybookType-Check, Compile and Minify for Production
npm buildType Support for .vue Imports in TS
Since TypeScript cannot handle type information for .vue imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates.
However, if you wish to get actual prop types in .vue imports (for example to get props validation when using manual h(...) calls), you can run Volar: Switch TS Plugin on/off from VSCode command palette.
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago