vue-cli-plugin-netlify-redirects
a plugin to help configure netlify redirects using vue-cli
Sets up an _redirects file in your /public
folder so you can start configuring redirects with Netlify!
Installing in an Already Created Project
vue add vue-cli-plugin-netlify-redirects
Usage
This adds a _redirects
file to your /public
folder. By default, the preconfigured redirect rule enables history pushstate for clean URLS in a SPA.
Contributing
Building
# install dependenciesyarn
Testing
# run testsyarn run test