@geeks.solutions/vue-components
v3.0.8
Published
A NuxtJS components library
Downloads
464
Readme
Vue Components
Quick Setup
Install the module to your Nuxt application with one command:
npx nuxi module add @geeks.solutions/vue-componentsThat's it! You can now use Vue Components in your Nuxt app ✨
Contribution
# Install dependencies
npm install
# Declare the library for NPM
npm link
# Generate type stubs so /dist points to src for live development
npm run dev:prepare
# Develop with the playground
npm run dev
# Build the playground
npm run dev:build
# Run ESLint
npm run lint
# Run Vitest
npm run test
npm run test:watch
# Release new version
npm install
npm run prepack
npm publish