Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 831 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 831 Bytes

maju.app

maju.app is a web-app created to popularize the majority judgment voting system by making it easily accessible.

Install

In mongo shell:

use maju;
db.createUser({user: "username", pwd: "password", roles: [{role: "readWrite", db: "maju"}]});

Then restart mongod with --auth

Build Setup

# install dependencies
$ yarn # Or 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, checkout the Nuxt.js docs.

Thanks

vuejs

nuxt

https://webdevchallenges.com/nuxt-js-internationalization-without-route-param/