This SPA display CDN manager (Fastly).
Caution
This project is owned by the Upsun Advocacy team. It is in early stage of development [experimental] and only intended to be used with caution by Upsun customers/community.
This project is not supported by Upsun and does not qualify for Support plans. Use this repository at your own risks, it is provided without guarantee or warranty!
Don’t hesitate to join our Discord to share your thoughts about this project.
Note : Currently Read-only (Write is WIP) and purge all application.
Open on your browser : https://fastsun.plugins.pltfrm.sh/
Enter your :
- FASTLY_ID
- FASTLY_TOKEN
Enjoy !
VSCode + Volar (and disable Vetur).
TypeScript cannot handle type information for .vue
imports by default, so we replace the tsc
CLI with vue-tsc
for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue
types.
npm install
npm run dev
npm run build
Run Unit Tests with Vitest
npm run test:unit
Lint with ESLint
npm run lint