-
As the readme says `node_modules` folder will make slidev to not lauch
package.json has the same behaviour
-
**Describe the bug**
After upgrading to v0.20.1, I am unable to build or serve the slides due to `(node:14620) UnhandledPromiseRejectionWarning: Error: Cannot find module 'windi.config.js'`
…
-
**Describe the bug**
I start a new project use "npm init slidev@latest" , and change nothing. I just start to developing use "npm run dev".
Every times I change the slides.md,a new page open in the …
-
'npm run build' failed when running behind restricted network
Steps to reproduce the behavior:
1. run `npm init slidev@latest`
2. npm install
3. (important), make sure you are running under re…
jaylu updated
3 years ago
-
**Describe the bug**
an error occurs when exporting slides with more than 2 pages on wsl.
**To Reproduce**
Steps to reproduce the behavior:
1. `npm init slidev@latest`
2. leave the proj…
-
![image](https://user-images.githubusercontent.com/13283837/125160946-1e143080-e1b2-11eb-977e-0c5ac0e14d7c.png)
**Describe the bug**
while i put long code in slidev, code can't show more
*…
-
I try to build the default `slides.md `,it works but it create`a blank index.html with no body content
```shell
slidev build slides.md
●■▲
Slidev v0.22.1
theme @slidev/theme-se…
-
npm init slidev That's the performance、。
Error: Cannot find module '@slidev/parser/fs'
Require stack:
- /Users/lizheguang/zheGuangCode/slidev/node_modules/@slidev/cli/dist/chunk-AMXRPYUL.js
- /…
-
If I provide my own configuration, the build no longer works.
```ts
// windi.config.ts
import vue from '@vitejs/plugin-vue';
export default {
plugins: [
vue({
template: {
…
-
I added this `index.html` to my project root like [guide page](https://sli.dev/custom/directory-structure.html#style) (tested in `public/index.html` either)
```html
````
But favicon s…