0.0.20 • Published 12 months ago
@logicflow/dumi-theme-simple v0.0.20
@logicflow/dumi-theme-simple
A theme package for the dumi framework.
Usage
Install this theme into devDependencies
:
$ npm i @logicflow/dumi-theme-simple -D
Configure it in dumi config file .dumirc.ts
:
import { defineConfig } from 'dumi';
export defineConfig({
themeConfig: {
...
},
});
That's all, now you can execute dumi dev
and enjoy this theme.
Options
TODO
Development
$ npm install
After the dependencies are installed, a symlink from example/.dumi/theme
to ../../src
will be created automatically, the symlink makes dumi load our theme package as a local theme, so we can start the example directly, HMR is also available:
# build project
pnpm run build
# switch to example directory
$ cd example
# downloads the dependencies
npm install
# start dev server to preview
npm run dev
dumi theme development documentation: https://next.d.umijs.org/theme
LICENSE
MIT
0.0.20
12 months ago
0.0.19
1 year ago
0.0.18
1 year ago
0.0.17
1 year ago
0.0.16
1 year ago
0.0.15
1 year ago
0.0.14
1 year ago
0.0.13
1 year ago
0.0.12
1 year ago
0.0.11
1 year ago
0.0.10
1 year ago
0.0.9
1 year ago
0.0.8
1 year ago
0.0.7
1 year ago
0.0.6
1 year ago
0.0.5
1 year ago
0.0.4
1 year ago
0.0.3
1 year ago
0.0.2
1 year ago
0.0.1
1 year ago