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
- Host: GitHub
- URL: https://github.com/projectblacklight/blacklight-vue-demo
- Owner: projectblacklight
- Created: 2019-01-02T19:17:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-26T04:33:28.000Z (over 7 years ago)
- Last Synced: 2025-06-21T23:37:33.712Z (12 months ago)
- Language: JavaScript
- Size: 283 KB
- Stars: 2
- Watchers: 12
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`