Skip to content

开箱即用的vue3+ts+axios+tailwindcss现代web开发模板,直接开始业务开发

Notifications You must be signed in to change notification settings

liushi-cli/v3-ts-tailwind-template

Repository files navigation

V3-ts-tailwind-template

此项目模板包含以下完成基础配置的常用库以及使用模板

  • Vue3
  • TypeScript : Basic configuration
  • Vue-router@4 : Basic configuration
  • Pinia : Configure persistence plugins and instructions for use
  • Axios : Basic configuration basic encapsulation, including GET, PUT, POST, DELETE, UPLOAD request methods, as well as example Model and Api
  • Tailwindcss Basic configuration
  • Eslint : Basic configuration
  • Prettier : Basic configuration

Usage

use git

git clone https://github.com/liushi-cli/v3-ts-tailwind-template.git
npm install
npm run dev

use liushi-cli: In the future, you can use the liushi-cli to select different versions of templates we provide

npm install liushi-cli
liushi-cli create <app-name>
# then follow it

next version

  • Using import.meta.glob to complete the router generator method
  • Mobile adaptation template