Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/poi-examples/vue-ts-example
- Owner: poi-examples
- Created: 2017-11-24T03:48:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T07:38:13.000Z (over 6 years ago)
- Last Synced: 2024-08-02T15:21:17.495Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 84 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-poi - vue-ts-example
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.