Crypted Vue Route is a library to encrypt and decrypt your routes in Vue 3 applications.
npm install crypted-vue-routebash
npm i crypted-vue-route
`
> yarn
`bash
yarn add crypted-vue-route
`
Basic Usage
`js
{{ filterState.username }}
`
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
Customize configuration
See Vite Configuration Reference.
Project Setup
`sh
npm install
`
$3
`sh
npm run dev
`
$3
`sh
npm run build
``