Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/franmc01/vue-simple-journal-ts
A small app to play around with various Typescript concepts with Vue 3
https://github.com/franmc01/vue-simple-journal-ts
journal typescript vue3-composition-api vue3-sfc vue3-typescript
Last synced: about 1 month ago
JSON representation
A small app to play around with various Typescript concepts with Vue 3
- Host: GitHub
- URL: https://github.com/franmc01/vue-simple-journal-ts
- Owner: franmc01
- Created: 2022-04-25T02:57:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-25T03:10:39.000Z (over 2 years ago)
- Last Synced: 2024-05-01T13:29:12.310Z (8 months ago)
- Topics: journal, typescript, vue3-composition-api, vue3-sfc, vue3-typescript
- Language: Vue
- Homepage:
- Size: 334 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Journal App - TypeScript Vue
## How to Install
```sh
npx degit francmarin98/vue-simple-journal-ts
``````sh
npm install
npm run dev
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Type-Check, Compile and Minify for Production
```sh
npm run build
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```