uclab-potsdam / v3-workbench

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v3-workbench

Storybook

npm run storybook

Project setup

npm install

Use specified node version (recommended, requires nvm)

nvm use

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Authentication

currently credentials need to be set in localstorage

localStorage.setItem('USER', '[user]')
localStorage.setItem('ORGANIZATION', 'V3')
localStorage.setItem('JWT', '[token]')
location.reload()

About

License:MIT License


Languages

Language:JavaScript 47.9%Language:Vue 40.1%Language:SCSS 8.6%Language:CSS 2.3%Language:HTML 0.8%Language:Shell 0.3%