blueprint-vue
v2.5.25
Published
A UI kit designed to support the Blueprint Title web application.
Downloads
136
Readme
Blueprint Vue
UI kit for Vue 2.X web applications.
- 🧱 20+ Individual Components
- 🎨 Rich Colors & Gradients
- 🧩 Simple Icon Set
Setup
To get started...
npm install
npm run start-storybook
Build and Publish for Firebase
The Storybook project is hosted through Firebase. To build the project and deploy it to Firebase...
npm run build-storybook
firebase deploy
In order to deploy to Firebase, you will need access to the Firebase project and Firebase tools installed on your CLI (npm install -g firebase-tools
). Please contact James Parkes for access to the Firebase project.
Build and Publish for NPM
The Blueprint UI kit is deployed through NPM. To build the package and deploy it to NPM...
npm run build
npm publish
In order to publish to NPM, you will need access to the NPM package. Please contact James Parkes for access to the NPM package.
License
MIT.