https://github.com/logchimp/theme
The default theme for LogChimp
https://github.com/logchimp/theme
dashboard default-theme logchimp theme vue-router vuejs vuejs2 vuex
Last synced: 11 months ago
JSON representation
The default theme for LogChimp
- Host: GitHub
- URL: https://github.com/logchimp/theme
- Owner: logchimp
- License: apache-2.0
- Created: 2021-02-04T05:30:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T00:37:18.000Z (over 3 years ago)
- Last Synced: 2025-06-27T04:39:49.279Z (12 months ago)
- Topics: dashboard, default-theme, logchimp, theme, vue-router, vuejs, vuejs2, vuex
- Language: Vue
- Homepage: https://logchimp.codecarrot.net
- Size: 2.76 MB
- Stars: 0
- Watchers: 1
- Forks: 19
- Open Issues: 21
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Theme
The default theme for [LogChimp](https://github.com/logchimp/logchimp).
 [](https://components.logchimp.codecarrot.net/)

# Development
You'll need [Node](https://nodejs.org/) _(see package.json for required engine)_, and [Yarn](https://yarnpkg.com/) installed globally. After that, from the theme's root directory:
```bash
# install dependencies
yarn install
# run development server
yarn dev
```