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

https://github.com/imufeng/vite-vue2-starter

Vite Vue2 Typescript Starter with Vue Router and Pinia.
https://github.com/imufeng/vite-vue2-starter

pinia starter-template typescript vue vue-router vue2

Last synced: about 1 year ago
JSON representation

Vite Vue2 Typescript Starter with Vue Router and Pinia.

Awesome Lists containing this project

README

          

# Vite Vue2 Typescript Starter

This starter template includes:

- [Vite](https://vitejs.dev/guide/)
- [Typescript](https://www.typescriptlang.org/)
- [Vue v2.7](https://github.com/vuejs/vue/blob/main/CHANGELOG.md#270-2022-07-01)
- [Vue Router v3](https://v3.router.vuejs.org/)
- [Pinia v2](https://pinia.vuejs.org/)

### Getting Started

```sh
npx degit iMuFeng/vite-vue2-starter vue-project
cd vue-project
```

### Development

```sh
pnpm install
pnpm dev
# or
yarn install
yarn dev
```

### Build

```sh
pnpm build
# or
yarn build
```

## License

[MIT License](./LICENSE)