1.3.1 • Published 10 months ago

create-geodefi v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

create-geodefi

Install a GeoDefi template

npm create geodefi@latest 
cd template
npm install
npm run dev

This 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 install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Serve after Build to Test on localhost

npm run serve

Lint with ESLint

npm run lint

Format with Prettier

npm run pretty
 npm --prefix . install

LICENSE

Licensed under MIT specification.