Skip to content

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

License

Notifications You must be signed in to change notification settings

Rotten-LKZ/table-generator

Repository files navigation

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

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint