/nuxt-first-app

🚀 A full-stack exercise project based on the latest Nuxt3

Primary LanguageVueMIT LicenseMIT

Nuxt First App

A full-stack exercise project based on the latest Nuxt3, intended to experience the ability to build full-stack applications with the latest Nuxt3. (as an exercise project only)

preview

home

home

login

login

create

create

Overview

  • 🌟 use prisma ORM and sqlite database
  • 🚀 implement a simple user system
  • 🍎 implement a simple post CURD

Plugins

Getting Started

npx degit ChangJun2019/nuxt-first-app my-nuxt-first-app
cd my-nuxt-first-app
pnpm i
pnpm run dev

License

This project is licensed under the MIT License - see the LICENSE file for details.