You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Point script import users to `unpkg.com` instead of the `dist/`
folder in the repo, removing the only reason to track build
files in the repo all the time. Also remove *Source import* and
*Distribution import* instructions. Those are leftover from the
scaffolding template and I don't get the use case.
**⚠️ You may have to setup your bundler to embed the css file in your page.**
278
-
279
253
## Browser
280
254
255
+
You need to include a script and CSS file. You can pull both from [unpkg.com](https://unpkg.com). Make sure to replace `[VERSION]` with the version you need (for example `1.0.1`):
**⚠️ You need to configure your bundler to compile `.vue` files.** More info [in the official documentation](https://vuejs.org/v2/guide/single-file-components.html).
0 commit comments