1.3.1 • Published 1 year ago
create-geodefi v1.3.1
create-geodefi
Install a GeoDefi template
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.
Demo
template.geode.fi includes a demo for the latest release.
Releasing
We utilize Semantic releasing on main branch.
So, just do not push anything to main branch manually.
Recommended IDE Setup
VSCode + Volar (and disable Vetur).
Customize configuration
See Vite Configuration Reference.
Project Setup
npm installCompile and Hot-Reload for Development
npm run devCompile and Minify for Production
npm run buildServe after Build to Test on localhost
npm run serveLint with ESLint
npm run lintFormat with Prettier
npm run pretty npm --prefix . installLICENSE
Licensed under MIT specification.