vuepress
vuepress copied to clipboard
📝 Minimalistic Vue-powered static site generator
比如2020-强网杯.md 报下面的错误。 改成英文名直接通过。 Mac和windows报错情况不同。 Macos下的报错情况 ``` wait Rendering static HTML... RangeError: Maximum call stack size exceeded at getConstructorName (internal/util/inspect.js:554:9) at formatRaw (internal/util/inspect.js:822:23) at formatValue (internal/util/inspect.js:812:10) at inspect (internal/util/inspect.js:337:10) at formatWithOptionsInternal...
  奇怪的是在本地服务没有问题可以跳转,部署到服务器就会报错
[Feature Request] How to use the element-ui and load it on demand, with using babel-plugin-component
## Feature request 引入element-ui,并且实现按需加载,该如何设置 如下配置不生效: ```js const path = require('path'); function resolve (dir) { return path.join(__dirname, dir); } module.exports = { title: '', description: '', head: [ ['script', { src:...
## Feature request Suppose that I wrote this: `[wc](assets/welcome.png "Welcome")` Can we render the picture with its title (Welcome) below itself? Or at least, can the alt (wc) be rendered?...
## Feature request #### What problem does this feature solve? Ability to change root level components. #### What does the proposed API look like? ```js // import GlobalLayout from 'theme'?...
- [ ] I confirm that this is an issue rather than a question. ## Bug report #### Steps to reproduce When doing vuepress build I am getting the following...
**Summary** **What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor...
The following code in a markdown file: ```html window.sleep = function(sleepMs){ // ... } ``` Gives me: * No error during development when I first access another markdown file in...
- [x] I confirm that this is an issue rather than a question. ## Bug report #### Steps to reproduce open this link in Chrome , and refresh the page:...
## Feature request The following markdown code: ```markdown Use the code `print(sum(4, 7))` to print the sum of 4 and 7. ``` is compiled to: ```html Use the code print(sum(4,...