Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/rotten-lkz/table-generator
- Owner: Rotten-LKZ
- License: mit
- Created: 2022-03-20T03:26:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-20T10:31:16.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T15:51:25.432Z (2 months ago)
- Topics: table-generator, vite, vue3-typescript, vuejs
- Language: Vue
- Homepage: https://table.lkzstudio.com
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```