Skip to content

开箱即用的基于Nuxt3 + Pinia + Vant + TailwindCSS + TypeScript的模板

License

Notifications You must be signed in to change notification settings

welives/nuxt-starter

Repository files navigation

nuxt-starter

一个开箱即用的基于 Nuxt3 + Pinia + TailwindCSS + TypeScript 的项目模板

这个工程的搭建笔记可以在这里查看

目录结构

├── app             重写路由
├── assets          静态资源
├── components      公共组件
├── composables     放置自动导入方法
├── config          配置文件
├── constants       常量配置
├── libs            公共方法及工具方法
├── layouts         布局组件
├── pages           页面
├── public
├── server
│   ├── api         书写服务端API
│   └── middleware  服务端中间件
└── stores

使用

pnpm install

开发模式

pnpm dev

打包

pnpm build

预览

pnpm preview

相关文档

About

开箱即用的基于Nuxt3 + Pinia + Vant + TailwindCSS + TypeScript的模板

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published