Skip to content

General-Integration/mini-app-boilerplate

Repository files navigation

Mini App Boilerplate

Project structure for mini app with sample $bridge methods

Important Notes

  • This project is running on Vue 3 composition API
  • Use Vue CLI since Vite does not support file protocol (for now) so we cannot run index.html file directly from dist folder
  • Use Pinia store for data centralize

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

About

Ready to use vue 3 project structure for mini application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published