UNPKG

ebt-vue

Version:

Vue/Vuetify component library for EBT-Site

38 lines (27 loc) 998 B
--- title: Welcome to EBT-Vue description: A web framework foundation for EBT-Sites img: pexels-sadaham-yathra-776291.png img-alt: A picture of building blocks link: https://github.com/ebt-site/ebt-vue order: 1 --- ## Overview EBT-Vue is the [Jamstack](https://jamstack.org/) framework used to build [EBT-Site](https://ebt-site.github.io/ebt-vue). The framework includes: * Javascript APIs for [SuttaCentral.net](https://suttacentral.net) * Javascript APIs for [Voice.suttacentral.net](https://voice.suttacentral.net) * custom Vuetify components for the EBT-Site user interface. ## Technologies * [Vue](https://vuejs.org/) * [Vuetify](https://vuetifyjs.com/) * [Nuxt](https://nuxtjs.org/) * [Nuxt/content](https://content.nuxtjs.org/) * [Github](https://github.com) ## Installation On Ubuntu or Debian, open a terminal window to install the `ebt-vue` framework. <pre> npm install --save ebt-vue </pre> To launch the developer website on `https://localhost:3000` <pre> npm run dev </pre>