mansel-vck1-vue3
v1.2606.6
Published
A vue package to create component for Mansel online-calculations
Readme
mansel-online-vue3
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VS Code + Vue (Official) (and disable Vetur).
Recommended Browser Setup
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
- Firefox:
Customize configuration
See Vite Configuration Reference.
Project Setup
npm installCompile and Hot-Reload for Development
npm run devCompile and Minify for Production
npm run buildPackage Usage
import { ManselVCK1 } from 'mansel-vck1-vue3'The package imports its own component CSS, Vuetify base CSS, and Material Design Icons CSS from the library entry. The consuming app still has to install and register Vuetify with app.use(createVuetify(...)).
