Home
last modified time | relevance | path

Searched refs:Vue (Results 1 – 24 of 24) sorted by relevance

/openbmc/webui-vue/src/
H A Dmain.js1 import Vue from 'vue';
88 Vue.use(AlertPlugin);
89 Vue.use(BadgePlugin);
105 Vue.use(CardPlugin);
108 Vue.use(FormPlugin);
120 Vue.use(LinkPlugin);
122 Vue.use(ModalPlugin);
124 Vue.use(NavPlugin);
128 Vue.use(TabsPlugin);
131 Vue.use(Vuelidate);
[all …]
H A DeventBus.js1 import Vue from 'vue';
3 const eventBus = new Vue();
H A Di18n.js1 import Vue from 'vue';
4 Vue.use(VueI18n);
/openbmc/webui-vue/docs/guide/guidelines/
H A Dinternationalization.md8 - [Vue I18n](https://kazupon.github.io/vue-i18n/introduction.html)
23 - We use the `$t()` function in markup and `this.$t` in scripts (which Vue I18n
26 ## Using the Vue I18n plugin
28 - A new `src/i18n.js` file is added and it registers Vue I18n as a plugin to our
29 Vue instance via the `Vue.use()` function.
56 ```Vue
60 - Vue I18n’s `$tc()` function can help with displaying plurals.
H A Dcolors.md45 The theme colors are keys in the `theme-colors` map. Bootstrap-Vue has a variant
/openbmc/webui-vue/docs/guide/
H A Dreadme.md20 - [Vue](https://vuejs.org/)
22 - [Vue Router](https://router.vuejs.org/)
26 - [Vue I18n](https://kazupon.github.io/vue-i18n/)
43 The [components section](/guide/components/) is a guide to using both custom Vue
44 components and components from the Bootstrap-Vue library.
/openbmc/webui-vue/docs/guide/components/
H A Dreadme.md3 Vue components are the building blocks of the OpenBMC Web UI. It uses both
4 Boostrap-Vue components, as well as custom components. Using these components
11 [Learn more about Vue components](https://vuejs.org/v2/guide/components.html)
/openbmc/webui-vue/tests/unit/
H A DAppNavigation.spec.js3 import Vue from 'vue';
18 Vue.use(BootstrapVue);
19 Vue.use(VueRouter);
H A DAppHeader.spec.js2 import Vue from 'vue';
7 Vue.config.silent = true;
/openbmc/webui-vue/docs/guide/coding-standards/
H A Dreadme.md8 - [ESLint Plugin for Vue](https://eslint.vuejs.org/)
12 - [Vue Recommended](https://eslint.vuejs.org/rules/#priority-c-recommended-minimizing-arbitrary-cho…
18 1. Vue rules
H A Daccessibility.md47 a Bootstrap-Vue component, we can
49 Contributing to the Bootstrap-Vue open-source library, when possible, is
/openbmc/webui-vue/src/router/
H A Dindex.js1 import Vue from 'vue';
10 Vue.use(VueRouter);
/openbmc/webui-vue/src/store/
H A Dindex.js1 import Vue from 'vue';
37 Vue.use(Vuex);
/openbmc/webui-vue/
H A DREADME.md4 [Vue.js](https://vuejs.org/).
13 ## When will this new Vue.js application reach feature parity with phosphor-webui?
21 As mentioned, this application is built using Vue.js, a modern open-source
H A DCONTRIBUTING.md1 Contributing to WebUI-Vue
/openbmc/webui-vue/docs/guide/quickstart/
H A Dstore-anatomy.md45 import Vue from "vue";
50 Vue.use(Vuex);
/openbmc/webui-vue/docs/customization/
H A Dbuild.md56 :::tip [Vue Router](https://router.vuejs.org/guide/) determines which pages are
71 The Vue Router definition is closely tied to the app navigation but should be
72 configured separately. The Vue Router is responsible for defining the
H A Dtheme.md4 will require becoming familiar with the Bootstrap and Bootstrap-Vue component
167 Bootstrap-Vue components `variant` prop also utilizes the `theme-color` map.
H A Dreadme.md361 will require becoming familiar with the Bootstrap and Bootstrap-Vue component
/openbmc/webui-vue/docs/guide/unit-testing/
H A Dreadme.md13 > -- <cite>Ed Yerburgh, Testing Vue Applications (New York: Manning
177 ## Vue Router
188 - [Vue Test Utils](https://vue-test-utils.vuejs.org/)
189 - [Knowing What To Test — Vue Component Unit Testing](https://vuejsdevelopers.com/2019/08/26/vue-wh…
/openbmc/docs/development/
H A Dweb-ui.md13 [Vue.js](https://vuejs.org/) framework to interact with the BMC via the Redfish
17 learn more about why the Vue.js application was created, features needed to
/openbmc/docs/
H A Dfeatures.md6 - [WebUI Vue][] web application
/openbmc/openbmc-test-automation/gui/lib/
H A Dgui_resource.robot2 Documentation This is a resource file containing user-defined keywords for new Vue based OpenBMC G…
/openbmc/openbmc-test-automation/
H A DREADME.md167 on Vue.js.