@tourstream/ibe-backpack
v1.2.0
Published
core frontend library
Maintainers
Keywords
Readme
@fti/backpack
The FTI Backpack contains Components and Templates to create an FTI-Group IBE.
Project setup
npm installCompiles and hot-reloads for development
# Run the Vue.js App (Port: 3030)
npm run serve
# Run the styleguide (Port: 6060)
npm run styleguideCompiles 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:buildInstant 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.vueCreate default tokens
npm run theoLints and fixes files
npm run lintRun your unit tests
npm run test:unit