mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
docs: improvements
This commit is contained in:
parent
ee8eaef7ab
commit
32cc017c26
24
README.md
24
README.md
@ -1,14 +1,30 @@
|
|||||||
# Nuxt
|
<h1>
|
||||||
|
<a href="https://nuxtjs.org">
|
||||||
|
<img alt="NuxtJS" src="https://user-images.githubusercontent.com/904724/127682204-effdc7c6-6b46-4bf3-bd0e-a457f7530209.png" height="60">
|
||||||
|
</a>
|
||||||
|
</h1>
|
||||||
|
|
||||||
This is the repository for Nuxt3.
|
Welcome to Nuxt3 repository ✨
|
||||||
|
|
||||||
|
We are currently in private beta in order to stabilize the framework before onboarding the whole community.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
You can read documentation online [here](https://nuxt3-docs.vercel.app/get-started/installation)
|
You can read documentation online [here](https://nuxt3-docs.vercel.app/get-started/installation)
|
||||||
|
|
||||||
Contents are at [/docs/content](./docs/content) directory.
|
## 🐞 Reporting bugs
|
||||||
|
|
||||||
## Development
|
In order to report a bug, please use the [New issue](https://github.com/nuxt/framework/issues/new) form and follow the template to provide a bug reproduction.
|
||||||
|
|
||||||
|
## 💡 Suggestions
|
||||||
|
|
||||||
|
Please create a [discussion](https://github.com/nuxt/framework/discussions/new) for improvements or feature requests.
|
||||||
|
|
||||||
|
## ❔ Questions
|
||||||
|
|
||||||
|
Please create a [discussion](https://github.com/nuxt/framework/discussions/new) for improvements or feature requests.
|
||||||
|
|
||||||
|
## 💻 Development
|
||||||
|
|
||||||
- Clone repository
|
- Clone repository
|
||||||
- Install dependencies with `yarn install`
|
- Install dependencies with `yarn install`
|
||||||
|
Loading…
Reference in New Issue
Block a user