git clone https://@opensourceprojects.eu/git/p/vfos/oak/pen-des/code vfos-oak-pen-des-code



File Date Author Commit
e2e 2017-10-11 Angular CLI Angular CLI [c50888] chore: initial commit from @angular/cli
src 2018-05-23 mopicus mopicus [6aae58] Merge branch 'toast' into 'master'
.angular-cli.json 2018-05-03 mopicus mopicus [0acc2f] Merge branch 'master' of https://gitlab.com/mop...
.editorconfig 2017-10-11 Angular CLI Angular CLI [c50888] chore: initial commit from @angular/cli
.gitignore 2017-10-11 Angular CLI Angular CLI [c50888] chore: initial commit from @angular/cli
.npmrc 2017-10-27 mopicus mopicus [d5d9ba] Add bootstrap
CHANGELOG.md 2017-11-15 mopicus mopicus [116576] Update package libs
README.md 2018-04-09 mopicus mopicus [a7bd1a] Adjust factory to work with new bpmnjs versions
custom-rule-insert.js 2017-10-31 mopicus mopicus [076102] Fix custom rule inserts
karma.conf.js 2017-10-11 Angular CLI Angular CLI [c50888] chore: initial commit from @angular/cli
package-lock.json 2018-05-23 mopicus mopicus [6aae58] Merge branch 'toast' into 'master'
package.json 2018-05-23 mopicus mopicus [6aae58] Merge branch 'toast' into 'master'
protractor.conf.js 2017-10-11 Angular CLI Angular CLI [c50888] chore: initial commit from @angular/cli
tsconfig.json 2018-01-29 mopicus mopicus [a0d292] Schema manager
tslint.json 2017-10-26 mopicus mopicus [bc2005] Add model id generation

Read Me

vFos Studio - Frontend

Installation instructions

  • Clone this repository
  • Ensure you're using latest node and npm versions
  • Run 'npm install'

Development server

Run npm run start and a browser will open automatically.

Run npm run hmr if you want to use Hot Module Replacement during development HMR

The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Running unit tests

Run npm run test to execute the unit tests via Karma.

Running end-to-end tests

Run npm run e2e to execute the end-to-end tests via Protractor.