@tourstream/ibe-backpack
v1.2.0
Published
core frontend library
Downloads
60
Maintainers
Keywords
Readme
@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
# Run the Vue.js App (Port: 3030)
npm run serve
# Run the styleguide (Port: 6060)
npm run styleguide
Compiles and minifies for production
# Build the Vue.js app
npm run build
# Build the npm packages
npm run build:bundle
# Build the styleguide
npm run styleguide:build
Instant prototyping
# Install Vue-Cli globally
npm i -g @vue/cli
# Serve dedicated component without dependecies
vue serve ./src/components/atoms/Basebutton/index.vue
# Serve dedicated component with dependecies
# Setup ./src/instant-prototyping.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