1.4.1 • Published 10 months ago

wellvo-system v1.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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
1.4.1

10 months ago

1.4.0

11 months ago

1.3.19

11 months ago

1.3.20

11 months ago

1.3.21

11 months ago

1.3.24

11 months ago

1.3.25

11 months ago

1.3.22

11 months ago

1.3.23

11 months ago

1.3.18

11 months ago

1.3.17

12 months ago

1.3.16

12 months ago

1.3.15

12 months ago

1.3.14

12 months ago

1.3.13

12 months ago

1.3.12

12 months ago

1.3.11

12 months ago

1.3.10

12 months ago

1.3.9

12 months ago

1.3.8

12 months ago

1.3.7

12 months ago

1.3.6

12 months ago

1.3.5

12 months ago

1.3.4

12 months ago

1.3.3

12 months ago

1.3.2

12 months ago

1.3.1

12 months ago

1.3.0

12 months ago

1.2.5

12 months ago

1.2.4

12 months ago

1.2.0

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago