frontend-toolkit

(★ 83)

responsive sidebar using vue.js with ability to change theme

File Explorer

  • .eslintrc.cjs
  • .gitignore
  • .prettierrc.json
  • env.d.ts
  • index.html
  • netlify.toml
  • package.json
  • playwright.config.ts
  • pnpm-lock.yaml
  • README.md
  • tsconfig.app.json
  • tsconfig.json
  • tsconfig.node.json
  • tsconfig.vitest.json
  • vite.config.ts
  • vitest.config.ts

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

pnpm

View Details ▼

Fast, disk space efficient package manager for Node.js.
Manage Node.js projects and their module dependencies.

pnpm init

Create a `package.json` file:

pnpm {{[i|install]}}

Download all the packages listed as dependencies in `package.json`:

pnpm add {{module_name}}@{{version}}

Download a specific version of a package and add it to the list of dependencies in `package.json`:

🔍

script

View Details ▼

Record all terminal output to a typescript file.

script

Record a new session to a file named `typescript` in the current directory:

exit

Stop recording:

script {{path/to/session.out}}

Record a new session to a custom filepath:

# Project Badges

  • Netlify-ready Netlify-ready
// repository documentation