vuedarkmode
๐ฉโ๐จ๐จโ๐จ A minimalist dark design system for Vue.js. Based components designed for the insomniacs who enjoy dark interfaces as much as we do.
File Explorer
Download Latest Version (.zip)- rollup.config.js
- BaseAlert.vue
- BaseAvatar.vue
- BaseBadge.vue
- BaseButton.vue
- BaseDivider.vue
- BaseHeading.vue
- BaseIcon.vue
- BaseNumber.vue
- BaseProgressBar.vue
- BaseSpinner.vue
- BaseToast.vue
- FieldCheckbox.vue
- FieldImageUploader.vue
- FieldInput.vue
- FieldInputNumeric.vue
- FieldLabel.vue
- FieldMessage.vue
- FieldRadios.vue
- FieldSelect.vue
- FieldTabs.vue
- FieldTextarea.vue
- FieldToggle.vue
- helpers.js
- browserstack.png
- vuedarkmode.jpg
- FieldMixin.js
- FieldSizeMixin.js
- ThemeMixin.js
- entry.js
- .csscomb.json
- .editorconfig
- .eslintrc.js
- .gitignore
- .prettierrc.json
- .stylelintrc.json
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE
- package-lock.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/LeCoupa/vuedarkmode
Downloads the entire project code from GitHub to your computer.
cd vuedarkmode
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install @growthbunker/vuedarkmode
Downloads and installs the libraries listed in package.json.
yarn add @growthbunker/vuedarkmode
Type this command into your terminal and run it.
<script src="https://cdn.jsdelivr.net/npm/vue@2.5/dist/vue.min.js"></script>
Type this command into your terminal and run it.
<script src="https://cdn.jsdelivr.net/npm/@growthbunker/vuedarkmode@latest/dist/vuedarkmode.min.js"></script>
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
