Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```