Skip to content

zmtlwzy/vue3-api-demo

Repository files navigation

Vue3 Api Demo

English | 中文

Introduction

Using the latest vue3, vite2, TypeScript and other mainstream technology development, used for learning reference vue3 new feature.


A new project base on Vitesse

Preview

Main Dependencies

  • Vite - A build tool that aims to provide faster and leaner development experience for modern web projects.
  • Vue3 - The next vue version.
  • Vue-Router-Next - The next vue-router.
  • Pinia - Use it like Vuex5.
  • TypeScript - Application-level JavaScript language.
  • Naive UI - The vue3 UI Framework.
  • Windi Css - A next-generation utility-first CSS Framework.
  • Unocss - The instant on-demand Atomic CSS engine.

Project setup

Install all dependencies for a project

pnpm i

Compiles and hot-reloads for development

pnpm dev

Compiles and minifies for production

pnpm build

Preview

pnpm preview

Lints and fixes files

pnpm lint:prettier