An open API service indexing awesome lists of open source software.

https://github.com/projectblacklight/blacklight-vue-demo

A sample project that uses blacklight-vue
https://github.com/projectblacklight/blacklight-vue-demo

Last synced: 12 months ago
JSON representation

A sample project that uses blacklight-vue

Awesome Lists containing this project

README

          

# blacklight-vue-demo

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

## Use this demo:

1. `yarn install`
1. `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`
1. `yarn add blacklight-vue`
1. `yarn add sass-loader node-sass`
1. Update `src/main.js`, `src/App.vue` and create `src/components/Home.vue` per the blacklight-vue instructions
1. Configure the title field.
1. `yarn add bootstrap`
1. Added sass includes for Bootstrap to `src/App.vue`
1. `yarn serve`