Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from nuxt/nuxt.com

The Nuxt website, made with Nuxt (forked on 19 Oct 2023).

License

Notifications You must be signed in to change notification settings

Pinegrow/nuxt.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube video on working on this fork using Vue Designer - https://youtu.be/zaJYc0LIzIA

nuxt-website

nuxt.com

Welcome to the Nuxt website repository available on nuxt.com.

Setup

Make sure to install the dependencies

pnpm install

Copy the .env.example file to .env:

cp .env.example .env

Clone/Fork nuxt/nuxt repo where you want (but not in the Nuxt.com project) and inside the docs/ directory, run:

pwd

Copy the output of the command above and paste it in the NUXT_DOCS_PATH variable in the .env file.

Development

Start the development server:

npm run dev

Production

In order to build the application for production, you need to have a Nuxt UI Pro license and set the NUXT_UI_PRO_LICENSE variable in the .env file.

Note that this is not required to run in development and contribute to the Nuxt website or documentation.

Build the application for production:

npm run generate

License

MIT License

About

The Nuxt website, made with Nuxt (forked on 19 Oct 2023).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 73.0%
  • TypeScript 23.6%
  • JavaScript 3.0%
  • CSS 0.4%