naive-ui/playground/ssr/readme.md

11 lines
137 B
Markdown
Raw Normal View History

2021-06-02 14:37:37 +08:00
You need to install `webpack` & `webpack-cli` globally.
```
./pre-build.sh
./build.sh
node dist/server.js
# browse localhost:8086
```