Skip to content

projectblacklight/blacklight-vue-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A sample project that uses blacklight-vue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published