Universal Vue.js Application built with Nuxt.js.
Nuxt.js官网nuxtjs.org的简体中文版,由凹凸实验室负责翻译整理。
欢迎关注我们的微信公众号(微信里面搜凹凸实验室
),关于Nuxt.js的最新信息会通过公众号发布。
Chinese translation of primary Nuxt.js documentation site. Supported by AOTU Labs.
First, you need to setup the docs api server, see https://github.com/nuxt/docs.
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
Then on another tab, start a dev server on http://nuxt:3000
npm install
npm run dev