/agora

Primary LanguageVue

Agora

  • Clone including submodules git clone --recurse-submodules git@github.com:itswadesh/agora.git

  • Update submodules after clone git submodule update --init --recursive

My well-made Nuxt.js project

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.