You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2025. It is now read-only.
The goal of this tutorial is to quickly give you an experience of what it feels like to work with Nuxt and Vue, **right in the browser**. It does not aim to be comprehensive, and you don't need to understand everything before moving on. All playgrounds are editable with a full-featured editor and dev environment, so you can play with the code and see the result right away and learn by doing.
Nuxt is a free and [open-source framework](https://github.com/nuxt/nuxt) with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with [Vue.js](https://vuejs.org). Nuxt has no vendor lock-in, allowing you to deploy your application [**everywhere, even on the edge**](https://nuxt.com/blog/nuxt-on-the-edge).
18
+
Nuxt は、[Vue.js](https://vuejs.org) を使用して、型安全でパフォーマンスが高く本番環境に適したフルスタックの Web アプリケーションやウェブサイトを作成するための直感的で拡張可能な方法を提供する、無料で[オープンソースのフレームワーク](https://github.com/nuxt/nuxt)です。Nuxt はベンダーロックインがなく、アプリケーションを[**どこでも、エッジ上でも**](https://nuxt.com/blog/nuxt-on-the-edge)デプロイすることができます。
19
19
20
-
## Getting Started
20
+
## はじめに
21
21
22
-
With this tutorial, we assume you are already familiar with the basic concepts of HTML, CSS and JavaScript. Nuxt is a full-stack framework built on top of [Vue](https://vuejs.org), we also include a simple Vue tutorial to help you get started quickly.
:content-card{to="/vue"title="Vue Basics"description="If you are not familiar with Vue, we recommend you to learn the basics of Vue first."icon="i-logos-vue"}
28
-
:content-card{to="/concepts"title="Nuxt Concepts"description="If you are not familiar with Vue, we recommend you to learn the basics of Vue first."icon="i-logos-nuxt-icon"}
Once you are already familiar with the concepts of Vue and Nuxt, we provide some case studies to help you understand how to use Nuxt in real-world applications:
:content-card{to="/"wiptitle="GitHub Profile"description="Build an website to generate custom user profile from GitHub"icon="i-ph-user-circle-duotone"}
37
-
:content-card{to="/"wiptitle="ECommerce"description="Build a basic ECommerce site with product display, cart and login"icon="i-ph-shopping-cart-duotone"}
0 commit comments