pe-components
TypeScript icon, indicating that this package has built-in type declarations

0.10.0 • Public • Published

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 storybook

Type-Check, Compile and Minify for Production

npm build

Type 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.

Package Sidebar

Install

npm i pe-components

Weekly Downloads

6

Version

0.10.0

License

none

Unpacked Size

3.73 MB

Total Files

287

Last publish

Collaborators

  • manyzombie