We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e241ae commit 2398ad8Copy full SHA for 2398ad8
doc/dev-guide.md
@@ -35,6 +35,8 @@ yarn install
35
npm run dev
36
# or
37
yarn run dev
38
+# Optional to fix some error caused by node-sass
39
+npm rebuild node-sass
40
```
41
42
项目根目录下会输出两个文件夹,dist_dev 和 firefox_dev。
0 commit comments