@fti/backpack
The FTI Backpack contains Components and Templates to create an FTI-Group IBE.
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
npm run styleguide
Compiles and minifies for production
npm run build
npm run build:bundle
npm run styleguide:build
Instant prototyping
npm i -g @vue/cli
vue serve ./src/components/atoms/Basebutton/index.vue
vue serve ./src/instant-prototyping.vue
Create default tokens
npm run theo
Lints and fixes files
npm run lint
Run your unit tests
npm run test:unit
Customize configuration
See Configuration Reference.