Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@growthbunker/vuedarkmode
Advanced tools
You can browse the documentation for Vue Dark Mode on the website.
npm install @growthbunker/vuedarkmode
# Or if you prefer using yarn
yarn add @growthbunker/vuedarkmode
In your main.js
file:
import Vue from "vue"
import VueDarkMode from "@growthbunker/vuedarkmode"
Vue.use(VueDarkMode)
Create a new plugin in plugins/vuedarkmode.js
:
import Vue from "vue"
import VueDarkMode from "@growthbunker/vuedarkmode"
Vue.use(VueDarkMode)
Add this new plugin to nuxt.config.js
.
module.exports = {
// ...
plugins: [{ src: "@/plugins/vuedarkmode.js" }];
}
Get the latest version from jsdelivr, and import the JavaScript file in your page.
<script src="https://cdn.jsdelivr.net/npm/vue@2.5/dist/vue.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@growthbunker/vuedarkmode@latest/dist/vuedarkmode.min.js"></script>
We recommend our users to lock Vue Dark Mode's version when using CDN. Requesting the latest version (as opposed to "latest major" or "latest minor") is dangerous because major versions usually come with breaking changes. Only do this if you really know what you are doing. Please refer to jsdelivr.com for more information.
We are releasing new components on a monthly basis. Subscribe to our newsletter to stay in touch with coming releases.
BaseAlert: documentation | source code.
BaseAvatar: documentation | source code.
BaseBadge: documentation | source code.
BaseButton: documentation | source code.
BaseDivider: documentation | source code.
BaseHeading: documentation | source code.
BaseIcon: documentation | source code.
BaseProgressBar: documentation | source code.
BaseSpinner: documentation | source code.
BaseToast: documentation | source code.
FieldCheckbox: documentation | source code.
FieldImageUploader: documentation | source code.
FieldInput: documentation | source code.
FieldInputNumber: documentation | source code.
FieldRadio: documentation | source code.
FieldSelect: documentation | source code.
FieldTabs: documentation | source code.
FieldTextarea: documentation | source code.
FieldToggle: documentation | source code.
You are more than welcome to contribute to Vue Dark Mode. Just submit changes via pull request and I will review them before merging.
Fork it! 🤙
Create your feature branch: git checkout -b my-new-feature
Commit your changes: git commit -am "Add some feature"
Push to the branch: git push origin my-new-feature
Submit a pull request 👍
The documentation is available in the docs
folder. The Vue Dark Mode components are available in the lib
folder.
Vue Dark Mode is MIT licensed.
Vue Dark Mode is using BrowserStack to make sure our components render properly on modern browsers.
FAQs
A minimalist dark design system for vue.js
The npm package @growthbunker/vuedarkmode receives a total of 251 weekly downloads. As such, @growthbunker/vuedarkmode popularity was classified as not popular.
We found that @growthbunker/vuedarkmode demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.