huuthanhdtd / woworder

woworder homepage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxtjs.org

Gitpod Ready-to-Code

Universal Vue.js Application built with Nuxt.js.

Setup

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.

Development

Start a dev server on http://nuxt:3000

yarn dev

To change the locale, use NUXT_LOCALE env:

# start the documentation in french
NUXT_LOCALE=fr yarn dev

The value represents the directory name inside docs, default value is en.

Production

yarn generate
yarn serve
# Checkout http://localhost:3000

About

woworder homepage


Languages

Language:Vue 85.3%Language:JavaScript 14.0%Language:CSS 0.6%Language:Dockerfile 0.1%