Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.2 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.2 KB

Upgrade from Webpacker 5.x to 6.x

Introduction

This repo is here to show you how to upgrade from Webpacker 5 to Webpacker 6 with Vue and Sass.

You will find these two commits that show how to install Vue with Webpacker 5.x and then how to upgrade to Webpacker 6.x:

  1. Using Vue with Webpacker 5.x

  2. Upgrading to Webpacker 6.x

Usage

You can run the application if you want to try it out:

$ git clone git@github.com:guillaumebriday/upgrade-webpacker-5-to-6.git
$ cd upgrade-webpacker-5-to-6
$ bundle install && yarn install
$ bundle exec rails s

Then open localhost:3000.

Contributing

Do not hesitate to contribute to the project by adapting or adding features ! Bug reports or pull requests are welcome.

License

This project is released under the MIT license.