Skip to content

ojvribeiro/dark-switch

Repository files navigation

Vulmix minimal template

This is a minimal template for a Vulmix project. Check out the Vulmix documentation for more information.

Setup

First, install the dependencies:

# npm
npm install

# yarn
yarn install

# bun
bun install

Then, start the development server:

# npm
npm run dev

# yarn
yarn dev

# bun
bun dev

Build

To build the project for production, run:

# npm
npm run build

# yarn
yarn build

# bun
bun build

The output will be in the _dist directory.

About

Just a dark mode switch made w/ Vue + Vulmix

Topics

Resources

Stars

Watchers

Forks

Contributors