Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chadsr/ionic-vue-ts-starter

A (slightly opinionated) starter setup for Ionic/Vue3/Tailwind/Typescript projects
https://github.com/chadsr/ionic-vue-ts-starter

capacitor capacitorjs ionic ionic-framework tailwind tailwindcss typescript vue vue3

Last synced: 6 days ago
JSON representation

A (slightly opinionated) starter setup for Ionic/Vue3/Tailwind/Typescript projects

Awesome Lists containing this project

README

        

# example-app

[![Tests](https://github.com/chadsr/ionic-vue-ts-boilerplate/actions/workflows/tests.yml/badge.svg)](https://github.com/chadsr/ionic-vue-ts-boilerplate/actions/workflows/tests.yml)
[![Build](https://github.com/Chadsr/ionic-vue-ts-boilerplate/actions/workflows/build.yml/badge.svg)](https://github.com/Chadsr/ionic-vue-ts-boilerplate/actions/workflows/build.yml)
[![Releases](https://github.com/chadsr/ionic-vue-ts-boilerplate/actions/workflows/release.yml/badge.svg)](https://github.com/chadsr/ionic-vue-ts-boilerplate/actions/workflows/release.yml)
[![CodeQL](https://github.com/Chadsr/ionic-vue-ts-boilerplate/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/Chadsr/ionic-vue-ts-boilerplate/actions/workflows/codeql-analysis.yml)
[![Reviewdog](https://github.com/Chadsr/ionic-vue-ts-boilerplate/actions/workflows/reviewdog.yml/badge.svg)](https://github.com/Chadsr/ionic-vue-ts-boilerplate/actions/workflows/reviewdog.yml)
[![codecov](https://codecov.io/gh/chadsr/ionic-vue-ts-boilerplate/branch/main/graph/badge.svg?token=VIZLQV5NDZ)](https://codecov.io/gh/chadsr/ionic-vue-ts-boilerplate)

## Development

### Yarn

1. Setup Yarn:

```command
corepack enable
yarn set version stable
yarn install
```

### VSCode

1. Setup Yarn VSCode integrations:

```command
yarn dlx @yarnpkg/sdks vscode
```

## Known Issues / Future Improvements

### Stencil vs Vite

`stencil` and its dynamic imports does not currently play well with `vite`. Once [this issue](https://github.com/ionic-team/stencil/issues/2827) is resolved, `vue-cli-service` can be replaced with `vite`.