wellvo-system
TypeScript icon, indicating that this package has built-in type declarations

1.4.1 • Public • Published

Wellvo System Module

npm version npm downloads License Nuxt

This is the base repo that houses the design system from assets to components and shared logic for the pharmhub project.
By leveraging the extends feature of nuxt 3, we're able to isolate shared configurations, assets, components, logic, etc, and make them accessible to the various web applications of the project.

Features

  • Plugins
  • Components

Quick Setup

  1. Add wellvo-system dependency to your project
# Using pnpm
pnpm add -D wellvo-system

# Using yarn
yarn add --dev wellvo-system

# Using npm
npm install --save-dev wellvo-system
  1. Add wellvo-system to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: ['wellvo-system'],
})
  1. Update tailwind.config.js
content: [
  ...
  'node_modules/wellvo-system/dist/runtime/components/**/*.vue'
]

Development

# Install dependencies
npm install

# Generate type stubs
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 run release

Readme

Keywords

none

Package Sidebar

Install

npm i wellvo-system

Weekly Downloads

1

Version

1.4.1

License

MIT

Unpacked Size

199 kB

Total Files

118

Last publish

Collaborators

  • effectstudios