What is the best way to use Bootstrap for WordPress Theme Development?
The first method is the preferred way. I usually go a step further. After the theme is almost complete. I go and trim down the bootstrap files in order to remove the redundant styles and reduce payload. Also, in the second parameter of wp_enqueue_style, wrapping the URL in esc_url() is a good practice.