This is a Vue project for demonstrating how to use Blacklight-vue.
yarn install
yarn serve
yarn build
vue create blacklight-vue-demo
yarn add blacklight-vue
yarn add sass-loader node-sass
- Update
src/main.js
,src/App.vue
and createsrc/components/Home.vue
per the blacklight-vue instructions - Configure the title field.
yarn add bootstrap
- Added sass includes for Bootstrap to
src/App.vue
yarn serve