npm create geodefi@latest
cd template
npm install
npm run devThis template should help get you started developing with Vue 3 in Vite:
- vue-router setup
- basic geodefi css stylesheet
- Pinia setup with
walletStore - Some small but useful utility components like Button, Image etc.
- Many other presets and plugins.
- No TS, JSX or WebPack.
template.geode.fi includes a demo for the latest release.
We utilize Semantic releasing on main branch.
So, just do not push anything to main branch manually.
VSCode + Volar (and disable Vetur).
See Vite Configuration Reference.
npm installnpm run devnpm run buildnpm run serveLint with ESLint
npm run lintFormat with Prettier
npm run pretty npm --prefix . installLicensed under MIT specification.