Skip to content

upupming/vue3-compact-template

Repository files navigation

vue3-compact-template

English | 中文

JavaScript Style Guide Conventional Commits

⚡️ A simple and compact vue 3 template with current cutting edge front end technologies.

See the live demo at:

Tech stack

Development

# Development
pnpm run dev
# Run storybook
pnpm run storybook

Build

pnpm run build
pnpm run build-storybook

After built, the dist folder will contain both the app and storybook build result, you can just serve them using pnpm run serve.

Recommendations

References