maju.app is a web-app created to popularize the majority judgment voting system by making it easily accessible.
In mongo shell:
use maju;
db.createUser({user: "username", pwd: "password", roles: [{role: "readWrite", db: "maju"}]});
Then restart mongod
with --auth
# 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.
vuejs
nuxt
https://webdevchallenges.com/nuxt-js-internationalization-without-route-param/