Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wudong/ionic-ttevents


https://github.com/wudong/ionic-ttevents

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# React vite with ionic Yarn

#### first add follwing in ./vite.config.ts

build: {
outDir: './build'
}

#### change default ionic npmclinet to yarn

ionic config set -g npmClient yarn

#### add android platform

ionic cap add android

#### make build and sync with android

yarn vite:build && npx cap sync

#### open android studio to make build

ionic cap open android