question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Please document how to install & get started

See original GitHub issue

Hi, thanks for this project!

How can one get started? I’d assume something like this?

npm i --save bootstrap-vue-3
# this will also install bootstrap

in main.js/ts, add

import ??
import 'bootstrap/scss/bootstrap.scss'

Shouldn’t bootstrap be listed in dependencies section in package.json, so it’s also installed & available in production, rather than devDependencies ?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
cdmorocommented, Aug 5, 2021

The install section is already online! 😃 https://cdmoro.github.io/bootstrap-vue-3/getting-started/#install

also, we’ve moved the bootstrap package to the dependencies list

0reactions
mariusacommented, Aug 5, 2021

Also, where are the docs? Not present at https://github.com/cdmoro/bootstrap-vue-3/tree/main/docs/getting-started

I’m trying to send a PR to fix import 'bootstrap-vue-3/dist/css/bootstrap-vue-3.css' (doesn’t work) to import 'bootstrap-vue-3/dist/bootstrap-vue-3.css'

Read more comments on GitHub >

github_iconTop Results From Across the Web

1.5 Getting Started - Installing Git
If you want to install the basic Git tools on Linux via a binary ... Just go to https://git-scm.com/download/win and the download will...
Read more >
Installing or updating the latest version of the AWS CLI
This topic describes how to install or update the latest release of the AWS Command Line Interface (AWS CLI) on supported operating systems....
Read more >
Install Linux on Windows with WSL - Microsoft Learn
Install Windows Subsystem for Linux with the command, wsl --install. ... if you run wsl --install and see the WSL help text, please...
Read more >
Install Docker Engine on Ubuntu
This is the easiest and quickest way to get started. You can also set up and install Docker Engine from Docker's apt repository....
Read more >
Getting Started · Prince Documentation - Prince XML
Installing Prince on Windows · Download your installation package from the Download Page. · After downloading and attempting to run the installer you...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found