Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuxt/nuxtjs.org
Nuxt 2 Documentation Website
https://github.com/nuxt/nuxtjs.org
nuxt
Last synced: 2 months ago
JSON representation
Nuxt 2 Documentation Website
- Host: GitHub
- URL: https://github.com/nuxt/nuxtjs.org
- Owner: nuxt
- License: other
- Created: 2016-11-09T15:11:12.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T21:37:59.000Z (6 months ago)
- Last Synced: 2024-05-22T15:33:15.390Z (6 months ago)
- Topics: nuxt
- Language: Vue
- Homepage: https://v2.nuxt.com
- Size: 88.9 MB
- Stars: 2,239
- Watchers: 49
- Forks: 1,196
- Open Issues: 112
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-frontend - nuxtjs.org - nuxt.js 官网
README
## Website and documentation of [Nuxt 2](https://v2.nuxt.com)
We are using [Docus](https://docus.dev) to write our documentation (*we plan to open source it in the following weeks once the documentation is ready*).
## Setup
```bash
git clone https://github.com/nuxt/website-v2.git
cd website-v2
npm install
```We also recommend to install the [Docus extension](https://marketplace.visualstudio.com/items?itemName=Nuxt.mdc) for VS Code.
## Development
Start the development server on [http://localhost:4000](http://localhost:4000)
```bash
yarn dev
```The pages are generated from [content/](./content), you can start editing them to start helping us on documenting Nuxt 💚
## License
Design materials for website by Nuxt project is licensed under a Creative Commons Attribution-NoDerivatives 4.0 International License.
Based on a work at nuxt/website-v2.