Web application that can be used to generate new sub-addresses as defined in the Sub-Address KEy (SAKE) filter. https://sake.email/
Find a file
Rodolphe Bréard fcdddaf358 Add vue-router
2023-07-30 10:26:20 +02:00
src Replace the short Bulma license notice by the full license 2023-07-29 11:49:01 +02:00
.gitignore First commit 2023-07-26 19:33:29 +02:00
index.html First commit 2023-07-26 19:33:29 +02:00
package-lock.json Add vue-router 2023-07-30 10:26:20 +02:00
package.json Add vue-router 2023-07-30 10:26:20 +02:00
README.md First commit 2023-07-26 19:33:29 +02:00
vite.config.js Use predictable file names 2023-07-29 12:03:53 +02:00

Sub-Address KEy (SAKE) app

Web application that can be used to generate new sub-addresses as defined in the Sub-Address KEy (SAKE) filter.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build