Rails
This is a guide to install pages core and dependencies on Rails 6
Required Libraries
Add the following dependencies in your package.json. Inside "dependencies" object
Run the command to install the dependencies to your project
Import the libraries to webpack by adding it to the following file config/webpack/environment.js
Update config/webpacker.yml
to be able to resolve assets stored in the app/assets
folder.
Import css/scss dependencies into our main webpack application.scss
: in app/assets/stylesheets
Thats it! you can use the pages layouts mentioned below
Last updated