@indexea/scaffold-svelte
Version:
This is the scaffolding of Indexea search, on which you can adjust the typography and style of the search interface
23 lines (18 loc) • 464 B
Markdown
scaffold-svelte
# 介绍
此项目是 Indexea 的 svelte 脚手架, 用于生成集成了 Indexea 搜索功能的搜索页面。
# 开发测试
```bash
git clone https://gitee.com/indexea/scaffold-svelte
cd scaffold-svelte
替换 config.json 中的 widget 的值为你的 widget 标识
npm install (or yarn install)
npm run dev (or yarn dev)
open http://localhost:3000/
```
# 生产部署
```base
npm run build
npm preview
open ....
```