1.1.14 • Published 3 years ago
core-user-dash v1.1.14
core-user-dash
Quick Start
contact a team member to be have an account added.
you will get an email with temporary credentials. use these at the login step.
npm install
npm run "serve dev"Navigate to (http://localhost:8080)
login.
Project setup
npm installAdd Git Blame to your global git config
This will add the file name for the git-blame-ignore-revs file in this repo to your global config so JetBrains IDEs know how to use the file (JetBrains IDEs, ours being Webstorm, rely on command line git and all configs from it, so setting this globally is the only way to consistently enforce Webstorm will use it)
git config --global blame.ignoreRevsFile .git-blame-ignore-revsCompiles and hot-reloads for development
npm run "serve dev" #targets Dev DB
npm run "serve uat" #targets UAT DB
npm run "serve prod" #targets Prod DBCompiles and minifies for production
npm run "build dev" #targets Dev DB
npm run "build uat" #targets UAT DB
npm run "build prod" #targets Prod DBRun your tests
npm run testLints and fixes files
npm run lintTo Generate Documentation
sudo npm install -g typedoc
typedoc --out /docs .--ignoreCompilerErrorsCustomize configuration
1.1.14
3 years ago