Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniel-le97/nuxt-avantage
https://github.com/daniel-le97/nuxt-avantage
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/daniel-le97/nuxt-avantage
- Owner: daniel-le97
- Created: 2023-02-15T19:12:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-16T08:12:37.000Z (about 1 year ago)
- Last Synced: 2024-12-09T14:57:55.417Z (about 1 month ago)
- Language: Vue
- Size: 189 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
Awesome Lists containing this project
README
![avantage](https://user-images.githubusercontent.com/45824492/202878741-3fdbb781-1944-461f-81a4-58cdd834df4e.png)
avantage seeks to accelerate building fullstack node applications with Nuxt 3.
Features:
- Auth (Can now send OTP via nuxt-mailer)
- Tailwind CSS
- Stripe Checkout Integration
- Prisma Js (database ORM)
- Nuxt-Mailer (node mailer integration)
- what feature do you think belong? open a discussionLook at the [nuxt 3 documentation](https://v3.nuxtjs.org) to learn more.
## Demo App
Check out [avantage.fullStackJack.dev](https://avantage.fullstackjack.dev) to see this code live in action.## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install# npm
npm install# pnpm
pnpm install --shamefully-hoist
```## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```## Production
Build the application for production:
```bash
npm run build
```Locally preview production build:
```bash
npm run preview
```Checkout the [deployment documentation](https://v3.nuxtjs.org/guide/deploy/presets) for more information.
## Hi there, Full Stack Jack here
I'm glad you found this awesome repo.If you'd like a walk through of how nuxt3 and in particular this set up
works,check out the Full Stack Jack Youtube Channel here :point_right: ![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCFDF_U_uoKc6MhIZPZKo5CA?label=FullStackJack&style=social)
FullStackJack Youtube Channel.## Connect with me