frontend-toolkit
responsive sidebar using vue.js with ability to change theme
File Explorer
- extensions.json
- app.spec.ts
- _redirects
- favicon.ico
- logo.svg
- main.css
- AppFooter.vue
- AppHeader.vue
- ContentBlock.vue
- CtaBlock.vue
- FAQBlock.vue
- FeaturesBlock.vue
- HeroBlock.vue
- LogoCloudBlock.vue
- NewsletterBlock.vue
- PricingBlock.vue
- StatsBlock.vue
- TeamBlock.vue
- TestimonialsBlock.vue
- AuthLayout.vue
- DashboardLayout.vue
- SkeletonCard.vue
- SkeletonRenderer.vue
- ThemeToggle.vue
- useClipboard.ts
- useHighlighter.ts
- skeleton-layouts.ts
- utils.ts
- AuthPreview.vue
- DashboardPreview.vue
- BlockPreviewPage.vue
- BlocksPage.vue
- ClipPathBuilderPage.vue
- HomePage.vue
- LayoutBuilderPage.vue
- LayoutsPage.vue
- SkeletonLayoutsPage.vue
- SkeletonPreviewPage.vue
- SvgEditorPage.vue
- ToolsPage.vue
- index.ts
- App.vue
- main.ts
- .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
jsDelivrjsDelivr 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 ▼
pnpm
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 ▼
script
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
