vue3-compact-template icon indicating copy to clipboard operation
vue3-compact-template copied to clipboard

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

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:

  • http://upupming.site/vue3-compact-template/
  • http://upupming.site/vue3-compact-template/storybook/

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.

  • http://localhost:5000/vue3-compact-template/
  • http://localhost:5000/vue3-compact-template/storybook/

Recommendations

References