/mindlogger-admin

the new, bare bones, admin panel for mindlogger v2

Primary LanguageVueApache License 2.0Apache-2.0

MindLogger Administrator Panel

GitHub version

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Runs unit tests

npm run test:unit

Compiles and minifies for production

npm run build

Lints and fixes files

npm -g i eslint-cli
eslint "src/**/*.{js,vue}"