Skip to content

Commit

Permalink
feat: add themeable example using tailwindcss-themeable
Browse files Browse the repository at this point in the history
  • Loading branch information
upupming committed Dec 7, 2021
1 parent a13c98d commit b9e5ab9
Show file tree
Hide file tree
Showing 6 changed files with 88 additions and 159 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ pnpm run build-storybook

After built, the `dist` folder will contain both the app and storybook build result, you can just serve them using `pnpm run serve`.

- http://localhost:5000/vue3-compact-template/
- http://localhost:5000/vue3-compact-template/storybook/

### Recommendations

- Component library: [NaiveUI](https://www.naiveui.com/zh-CN/os-theme), [arco design](https://arco.design/), [Varlet](https://github.com/haoziqaq/varlet)
Expand Down
3 changes: 3 additions & 0 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ pnpm run build-storybook

构建之后,`dist` 文件夹中会包含项目和 Storybook 的静态资源文件。你可以使用 `pnpm run serve` 使用本地服务器来 serve 这些静态资源。

- http://localhost:5000/vue3-compact-template/
- http://localhost:5000/vue3-compact-template/storybook/

### 推荐搭配

- 组件库: [NaiveUI](https://www.naiveui.com/zh-CN/os-theme), [arco design](https://arco.design/), [Varlet](https://github.com/haoziqaq/varlet)
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@
"stylelint-config-recommended-vue": "^1.0.0",
"stylelint-config-standard": "^23.0.0",
"stylelint-less": "^1.0.1",
"tailwindcss-themeable": "^1.0.0",
"typescript": "^4.4.4",
"unplugin-icons": "^0.12.17",
"vite": "^2.6.4",
"vite-plugin-windicss": "^1.4.12",
"vite": "^2.6.14",
"vite-plugin-windicss": "^1.5.4",
"vue-loader": "^16.8.2",
"vue-tsc": "^0.3.0",
"windicss": "^3.2.1"
Expand Down
106 changes: 63 additions & 43 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b9e5ab9

Please sign in to comment.