๐Ÿ“ฆ johnleider / hands-on-with-blackguard

Hands-on Vuetify Blackguard

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching
๐Ÿ“ฅ Clone https://github.com/johnleider/hands-on-with-blackguard.git
HTTPS git clone https://github.com/johnleider/hands-on-with-blackguard.git
SSH git clone git@github.com:johnleider/hands-on-with-blackguard.git
CLI gh repo clone johnleider/hands-on-with-blackguard
Blaine Landowski Blaine Landowski Update Vuetify a733a6b 2 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ public
๐Ÿ“ src
๐Ÿ“„ .browserslistrc
๐Ÿ“„ .editorconfig
๐Ÿ“„ .eslintrc.js
๐Ÿ“„ .gitignore
๐Ÿ“„ index.html
๐Ÿ“„ jsconfig.json
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ vite.config.js
๐Ÿ“„ README.md

essentials

Project setup

# yarn
yarn

# npm
npm install

# pnpm
pnpm install

# bun
bun install

Compiles and hot-reloads for development

# yarn
yarn dev

# npm
npm run dev

# pnpm
pnpm dev

# bun
bun run dev

Compiles and minifies for production

# yarn
yarn build

# npm
npm run build

# pnpm
pnpm build

# bun
bun run build

Lints and fixes files

# yarn
yarn lint

# npm
npm run lint

# pnpm
pnpm lint

# bun
bun run lint

Customize configuration

See Configuration Reference.