Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rotten-lkz/table-generator

Generate an easy table. A project to practice Vue.js (I'm a beginner of Vue.js)
https://github.com/rotten-lkz/table-generator

table-generator vite vue3-typescript vuejs

Last synced: 21 days ago
JSON representation

Generate an easy table. A project to practice Vue.js (I'm a beginner of Vue.js)

Awesome Lists containing this project

README

        

# table-generator

This project is created by `Vue.js 3` and `Vite`.

Just a project for practicing `Vue.js`, so there are 409 lines in a file.

## Project Setup

```sh
npm install
```

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