kolpakov_components
v0.0.15
Published
This component library is part of the process of learning technologies such as Vue, Storybook.js and Tailwind
Downloads
28
Readme
VUE custom designed components
This component library is part of the process of learning technologies such as Vue, Storybook.js and Tailwind
Recommended IDE Setup
VSCode + Volar (and disable Vetur)
Customize configuration
See Vite Configuration Reference.
Project Setup
npm install kolpakov_components
Add styles and components to your main.js file
import "kolpakov_components/dist/style.css"
import vueComponents from 'kolpakov_components';
Important to enable this library
createApp(App).use(vueComponents).mount('#app');
Compile and Hot-Reload for Development
npm run dev
Compile and Minify for Production
npm run build