vuepress Questions

3

Solved

I followed https://fontawesome.com/how-to-use/on-the-web/using-with/vuejs. But when use it like: import { library } from '@fortawesome/fontawesome-svg-core' import { faBars } from '@fortawesome/f...
Abduction asked 6/7, 2018 at 9:30

2

I´m starting with Vuepress (https://vuepress.vuejs.org), and i´d followed the docs to integrate it with an existing project (https://vuepress.vuejs.org/guide/getting-started.html#inside-an-existing...
Pratincole asked 5/9, 2018 at 15:4

2

I want to keep related assets in the same folder as the relevant markdown. +-- README.md +-- some-folder | +-- index.md | +-- img | +-- example-screenshot.png Displaying the image on the page is...
Longshoreman asked 13/7, 2018 at 9:50

2

Solved

In my config.js file I have created this sidebar sidebar: { '/docs/': [ '', 'gettingStarted', 'guides', 'media' ], '/docs/gettingStarted/': [ 'creatingFirstApplication', 'installing', '...
Delgado asked 3/1, 2019 at 9:2

2

Is it possible to add vuetify to default vuepress theme ? I just need to add few components to default theme however it would be nice to use the vuetify for handling forms within my components. I...
Mcelrath asked 6/10, 2018 at 23:5

2

For example, I want to add https://github.com/Akryum/v-tooltip tooltip plugin to my Vuepress project. It asks us to do Vue.use, not sure how to do that because I get "Vue" is undefined.
Serif asked 20/11, 2018 at 19:27

2

Solved

I'm actually running a Laravel website in which I would like to run a Vuepress documentation section. Installing Vuepress is quite straightforward thanks to the instructions and so is the developm...
Stickpin asked 21/6, 2018 at 21:4

1

Solved

We are using the original Vuepress (0.x branch) and we want to use the configureWebpack method of the Vuepress config file to export some custom variables. This code breaks the build, since Webpac...
Responsion asked 7/12, 2018 at 11:55

2

Solved

VuePress seems to only support a handful of languages for doing syntax highlighting by default (also with the default theme). The documentation mention "Line Highlighting" a lot, but that's a tota...
Huh asked 16/8, 2018 at 16:21
1

© 2022 - 2024 — McMap. All rights reserved.