All Projects → nuxt → starter

nuxt / starter

Licence: MIT license
Create a new Nuxt project, module, layer or start from a theme with our collection of starters.

Projects that are alternatives of or similar to starter

oceanpress
将 Markdown 文件转换为 HTML 生成静态站点的工具,专为思源笔记实现了许多特有渲染效果。
Stars: ✭ 61 (-69.19%)
Mutual labels:  ssg
devdevdev
The next trendy apparel e-commerce store maybe?
Stars: ✭ 27 (-86.36%)
Mutual labels:  ssg
Aleph.js
The Full-stack Framework in Deno.
Stars: ✭ 3,448 (+1641.41%)
Mutual labels:  ssg
next-prisma
🚀 Static site with Next.js 9.4 and Prisma.
Stars: ✭ 116 (-41.41%)
Mutual labels:  ssg
next-plugin-preval
Pre-evaluate async functions during builds and import them like JSON
Stars: ✭ 174 (-12.12%)
Mutual labels:  ssg
Portfolio
👤 Automatically generate a beautiful, responsive, static-site to display your GitHub projects.
Stars: ✭ 54 (-72.73%)
Mutual labels:  ssg
mini-SSG
Mini SSG (static site generator) with minimal and beautiful syntax
Stars: ✭ 36 (-81.82%)
Mutual labels:  ssg
chengpeiquan.com
My personal website. Base on Vite 2.0 and Vue 3.0. If you want to know how to use Vite to develop a project, you can refer to this repository.
Stars: ✭ 43 (-78.28%)
Mutual labels:  ssg
frontman
💎 A Ruby-based static website generator
Stars: ✭ 103 (-47.98%)
Mutual labels:  ssg
Stencil
A toolchain for building scalable, enterprise-ready component systems on top of TypeScript and Web Component standards. Stencil components can be distributed natively to React, Angular, Vue, and traditional web developers from a single, framework-agnostic codebase.
Stars: ✭ 9,880 (+4889.9%)
Mutual labels:  ssg
contentz
Create Content, Get a Highly Optimized Website
Stars: ✭ 57 (-71.21%)
Mutual labels:  ssg
eleventy solo starter njk
Further development suspended as of 2021-09-11. Please refer instead to https://www.11ty.dev/docs/starter/ for a wide selection of other Eleventy starter sets.
Stars: ✭ 22 (-88.89%)
Mutual labels:  ssg
graphql-ssg
GraphQL data based Static Site Generator.
Stars: ✭ 30 (-84.85%)
Mutual labels:  ssg
greenwood
Greenwood is your workbench for the web, focused on supporting modern web standards and development to help you create your next project.
Stars: ✭ 48 (-75.76%)
Mutual labels:  ssg
hugoblog
Hugoblog is responsive, simple, and clean that would fit for your personal blog based on Hugo Theme Static Site Generator (SSG)
Stars: ✭ 48 (-75.76%)
Mutual labels:  ssg
vite-plugin-sloth
Fresh take on static site generation, using HTML-first approach to build website. Powered by ⚡️ Vite
Stars: ✭ 39 (-80.3%)
Mutual labels:  ssg
prpl
A modular static site generator built for longevity
Stars: ✭ 44 (-77.78%)
Mutual labels:  ssg
corejam
A scaffolding for building progressive GraphQL powered jamstack applications.
Stars: ✭ 24 (-87.88%)
Mutual labels:  ssg
vitext
The Next.js like React framework for better User & Developer experience!
Stars: ✭ 376 (+89.9%)
Mutual labels:  ssg
Next.js
The React Framework
Stars: ✭ 78,384 (+39487.88%)
Mutual labels:  ssg

🪄 Nuxt Starter Templates

Quickly get started with a minimal Nuxt starter template!

Quick start

Head over to nuxt.new to get started quickly.

Usage

You can use nuxi CLI to clone latest template to an empty directory:

$ npx nuxi init [-t,--template=<template>] [<dir>]

Example: Clone v3 to my-app directory:

$ npx nuxi init -t v3 nuxt-app

Templates

Name Description Local Online
v3 Nuxt 3 npx nuxi init nuxt-app Stackblitz / CodeSandbox
module Nuxt Module with Module Builder npx nuxi init my-module -t module -
layer Nuxt Layer Starter with Extends (experimental) npx nuxi init -t layer -
content Nuxt Content npx nuxi init content-app -t content Stackblitz / CodeSandbox
doc-driven Document Driven mode npx nuxi init doc-driven-app -t doc-driven Stackblitz / CodeSandbox
v2-bridge Nuxt 2 + Bridge npx nuxi init nuxt-bridge-app -t v2-bridge Stackblitz / CodeSandbox
v2 Nuxt 2 npx nuxi init nuxt2-app -t v2 Stackblitz / CodeSandbox

Contribution

Each template is maintained in a branch (see all branches). For improvements, please open a Pull Request to each individual branch.

Note: Please avoid commiting lock-files such as yarn.lock and package-lock.json to template branches!

License

MIT - Made with 💚

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].