Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/poi-examples/vue-ts-example

Minimal Vue + TypeScript example
https://github.com/poi-examples/vue-ts-example

Last synced: about 2 months ago
JSON representation

Minimal Vue + TypeScript example

Awesome Lists containing this project

README

        

# vue-ts-example

Minimal Vue + TypeScript example, using [Poi](https://github.com/egoist/poi).

## Usage

### npm scripts

- `yarn build`: Build for production.
- `yarn dev`: Start development server.

### Folder structure

- `tsconfig.json`: TypeScript config file.
- `poi.config.js`: Configure Poi to support TypeScript.
- `src/index.ts`: App entry.
- `src/shims.d.ts`: Shims for `.vue` files or modules without type definitions.
- `src/App.vue`: Root component.

## License

MIT.