balderdashy / sails

Realtime MVC Framework for Node.js
https://sailsjs.com
MIT License
22.83k stars 1.95k forks source link

Does anyone know how to use bootstrapVue inside the sails WebApp? #6852

Open kevinyoutha opened 5 years ago

kevinyoutha commented 5 years ago

Node version: Sails version (sails): 1.0.0 ORM hook version (sails-hook-orm): Sockets hook version (sails-hook-sockets): Organics hook version (sails-hook-organics): Grunt hook version (sails-hook-grunt): Uploads hook version (sails-hook-uploads): DB adapter & version (e.g. sails-mysql@5.55.5): Skipper adapter & version (e.g. skipper-s3@5.55.5):


sailsbot commented 5 years ago

@kevinyoutha Thanks for posting! We'll take a look as soon as possible.

In the mean time, there are a few ways you can help speed things along:

Please remember: never post in a public forum if you believe you've found a genuine security vulnerability. Instead, disclose it responsibly.

For help with questions about Sails, click here.

steinathan commented 5 years ago

Hello @kevinyoutha check Getting Started section, add those line of codes to SAILS_ROOT_DIR/views/layouts/layout.ejs head section, or alternatively the raw source code can be placed at SAILS_ROOT_DIR/assets and sails-hook-grunt will automatically update their paths in the layout of your sails app :smile: