Socket
Socket
Sign inDemoInstall

usebootstrap

Package Overview
Dependencies
Maintainers
1
Versions
185
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

usebootstrap

bootstrap Nuxt module


Version published
Weekly downloads
861
increased by9.13%
Maintainers
1
Weekly downloads
 
Created
Source

usebootstrap

npm version npm downloads License

usebootstrap Nuxt module

Features

  • ⛰  Pure Bootstrap5 CSS
  • 🚠  Pure Vue.js Scripts
  • 🌲  Pure Components

Quick Setup

  1. Add usebootstrap dependency to your project

# Using npm
npm init nuxt-app project-name
npm install --save-dev usebootstrap
npm install --save-dev sass nuxt-icon
  1. Add usebootstrap to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    'usebootstrap'
  ]
})

That's it! You can now use bootstap in your Nuxt app ✨

Development

# Install dependencies
npm install

# Develop sites
npm run dev

# Build sites
npm run build

Keywords

FAQs

Package last updated on 25 Aug 2023

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc