vue-demi-lib-template

UI Library development templates for vue2, vue3, nuxt2, nuxt3 using vue-demi

MIT License

Stars
8

vue-demi-lib-template

Description

UI Library development templates for vue2, vue3, nuxt2, nuxt3 using vue-demi

Features

  • Library development projects using vite
  • Project for testing with vue3(vite)
  • Project for testing with vue2(nuxt)
  • Template project for library documentation (nuxt3)
  • Enable development with tsx
  • Automatic update of test projects
  • Introduction of storybook
  • Introduction of jest (in test project)

Dependencies / DevDependencies

Getting Started

0. Click to "Use this template"

1. Install node_modules

yarn

2. Build Library

Because of the use of "--watch", files are automatically rebuilt when they are modified. Automatically generates .d.ts files.

yarn dev:lib

3. Test for vue3

Automatically installs dependencies and starts the server.

yarn dev:3

Access to localhost:3030

3. Test for vue2.6

Automatically installs dependencies and starts the server.

yarn dev:2.6

Access to localhost:3020

Deploy Service

none

ScreenShot

none


This template was created by @takuma-ru

Badges
Extracted from project README
use-this-temp-button
Related Projects