1.0.1 • Published 5 years ago

vue-cli-plugin-netlify-redirects v1.0.1

Weekly downloads
42
License
MIT
Repository
-
Last release
5 years ago

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 dependencies
yarn

Testing

# run tests
yarn run test