2021-07-30 16:40:50 +00:00
|
|
|
<h1>
|
2021-09-10 07:19:33 +00:00
|
|
|
<img src="./.github/logo.svg" >
|
2021-07-30 16:40:50 +00:00
|
|
|
</h1>
|
2021-03-28 21:03:37 +00:00
|
|
|
|
2021-09-10 07:19:33 +00:00
|
|
|
<p>
|
|
|
|
<a href="https://github.com/nuxt/framework/actions?query=branch%3Amain+event%3Apush"><img src="https://github.com/nuxt/framework/workflows/ci/badge.svg?branch=main&event=push" alt="CI Status"></a>
|
|
|
|
<a href="https://www.npmjs.com/package/nuxt3"><img src="https://badgen.net/npm/dm/nuxt3" alt="Downloads"></a>
|
|
|
|
<a href="https://www.npmjs.com/package/nuxt3"><img src="https://badgen.net/npm/v/nuxt3" alt="Version"></a>
|
|
|
|
<a href="https://www.npmjs.com/package/nuxt3"><img src="https://badgen.net/npm/license/nuxt3" alt="License"></a>
|
|
|
|
<a href="https://discord.nuxtjs.org/"><img src="https://badgen.net/badge/Discord/join-us/7289DA" alt="Discord"></a>
|
|
|
|
</p>
|
2021-07-30 16:46:25 +00:00
|
|
|
|
2021-09-10 07:19:33 +00:00
|
|
|
Welcome to Nuxt3 repository ✨
|
2021-07-30 16:40:50 +00:00
|
|
|
|
2021-09-10 07:19:33 +00:00
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<h2>📖 Documentation</h2>
|
|
|
|
<p>
|
2021-09-10 08:23:04 +00:00
|
|
|
Read <a href="https://v3.nuxtjs.org">Online Docs</a>.
|
2021-09-10 07:19:33 +00:00
|
|
|
</p>
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<h2>🐞 Reporting bugs</h2>
|
|
|
|
<p>
|
2021-09-10 08:23:04 +00:00
|
|
|
Check out <a href="https://v3.nuxtjs.org/community/reporting-bugs">Reporting Bugs</a> page.</p>
|
2021-09-10 07:19:33 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<h2>💡 Suggestions </h2>
|
|
|
|
<p>
|
2021-09-10 08:23:04 +00:00
|
|
|
Check out <a href="https://v3.nuxtjs.org/community/contribution">Contribution</a> page.
|
2021-09-10 07:19:33 +00:00
|
|
|
</p>
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<h2>❔ Questions</h2>
|
|
|
|
<p>
|
2021-09-10 08:36:52 +00:00
|
|
|
Check out <a href="https://v3.nuxtjs.org/community/getting-help">Getting Help</a> page.
|
2021-09-10 07:19:33 +00:00
|
|
|
</p>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2021-07-30 16:40:50 +00:00
|
|
|
|
|
|
|
|
2021-09-10 07:19:33 +00:00
|
|
|
## 👀 Private beta
|
2021-07-30 16:40:50 +00:00
|
|
|
|
2021-09-10 07:19:33 +00:00
|
|
|
We are currently in private beta in order to stabilize the framework before opening to the whole community.
|
2021-07-30 16:40:50 +00:00
|
|
|
|
2021-09-10 07:19:33 +00:00
|
|
|
Please take a look at the [beta discussion](https://github.com/nuxt/framework/discussions/434) for further information.
|
2021-03-18 14:26:41 +00:00
|
|
|
|
2021-07-30 16:40:50 +00:00
|
|
|
## 💻 Development
|
2021-03-18 14:26:41 +00:00
|
|
|
|
|
|
|
- Clone repository
|
2021-09-10 07:19:33 +00:00
|
|
|
- Ensure you have the latest LTS version of Node.js installed
|
2021-03-18 14:26:41 +00:00
|
|
|
- Install dependencies with `yarn install`
|
2021-09-10 07:19:33 +00:00
|
|
|
- Run `yarn stub` to activate passive development
|
2021-03-18 14:26:41 +00:00
|
|
|
- Open playground with `yarn play`
|