juls0730 / create-dev7-app

Quickest way to start a fullstack typesafe nuxtjs V3 web app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create dev7 App

Interactive CLI to set up a slightly opinionated, full-stack, typesafe Nuxt.js V3 projects. Get started with the dev7 Stack by running npx create-dev7-app@latest

Get Started: https://codesandbox.io/p/sandbox/lucid-buck-3x3n3x

Table of Contents

What is the Dev7 Stack?

The "Dev7 Stack" is a web development stack made by Juls07 focused on simplicity and modularity. It's main componenets are:

Getting Started

To get started with the dev7 Stack run this command answer the promts:

npm

npx create-dev7-app@latest

pnpm

pnpm dlx create-dev7-app@latest

(npm and yarn version are not working at least for me on Arch linux with the 5.15 lts kernel)

Contributors & copyright notices

We love contributors! feel free to contribute to this project.

Loads of stuff here is outright stolen from the T3 Stack, I just wanted to give massive props to the guys working on the T3 Stack, without them I wouldnt have the pages for the componenets and I probably wouldnt even have the name Dev7 without them and you'll even notice this readme is basically theirs but less cool, so go and give them a star or something!

Archived Projects

Note: This project is being archived. While the Dev7 Stack served its purpose, I believe there are better options available now that provide improved features, performance, and community support. If you're looking for server-side routing capabilities, I recommend exploring the built-in server routes feature introduced in Nuxt.js V3. It offers a more streamlined and efficient approach. Thank you for your support and understanding!

About

Quickest way to start a fullstack typesafe nuxtjs V3 web app

License:MIT License


Languages

Language:JavaScript 50.3%Language:Vue 35.8%Language:TypeScript 11.4%Language:CSS 2.6%