Skip to content

risu-p/vue-demi-sfc-component-template

 
 

Repository files navigation

Vue-Demi + TS + Vite For SFC template

Vue.js component template for Vue 2 and 2.7 and 3.

The idea and part of the code come from https://github.com/ChuHoMan/vue-demi-component-template, and some modifications have been made. Thanks to the original author here!

English | 简体中文

Setup

Make sure to install the dependencies:

# pnpm
pnpm install

Development Server

Start the development server

# Vue 2.6.x
pnpm run dev:2
# Vue 2.7.x
pnpm run dev:2.7
# Vue 3
pnpm run dev:3

Production

Build the library for production or publish:

# build all versions
pnpm run build

License

Made with 💙

Published under MIT License.

About

forked from Shimada666/vue-demi-sfc-component-template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 45.4%
  • Vue 28.9%
  • JavaScript 15.7%
  • HTML 10.0%