Universal Vue.js Application built with Nuxt.js.
git clone https://github.com/nuxt/nuxtjs.org.git
cd nuxtjs.org/
yarn install
git clone https://github.com/nuxt/docs
The markdown files are store at https://github.com/nuxt/docs, this is why we clone it inside the nuxtjs.org directory.
Update your /etc/hosts
to have the following lines:
127.0.0.1 nuxt
127.0.0.1 ja.nuxt
127.0.0.1 ko.nuxt
127.0.0.1 ru.nuxt
127.0.0.1 zh.nuxt
127.0.0.1 fr.nuxt
Start a dev server on http://nuxt:3000
yarn dev
Make sure to install serve with yarn global add serve
.
yarn generate
serve dist/
# Checkout http://localhost:5000
Nuxt.js 官网 nuxtjs.org 的简体中文版,由凹凸实验室负责翻译整理。
欢迎关注我们的微信公众号(微信里面搜凹凸实验室
),关于 Nuxt.js 的最新信息会通过公众号发布。
Chinese translation of primary Nuxt.js documentation site. Supported by AOTU Labs.