Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 590 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 590 Bytes

blacklight-vue-demo

This is a Vue project for demonstrating how to use Blacklight-vue.

Use this demo:

  1. yarn install
  2. yarn serve

To build a deployment artifact

  1. yarn build

These are the steps I took to generate this project

  1. vue create blacklight-vue-demo
  2. yarn add blacklight-vue
  3. yarn add sass-loader node-sass
  4. Update src/main.js, src/App.vue and create src/components/Home.vue per the blacklight-vue instructions
  5. Configure the title field.
  6. yarn add bootstrap
  7. Added sass includes for Bootstrap to src/App.vue
  8. yarn serve