kylesinlynn / team-share-crud-vue3-vite

Simple CRUD in Vue3 for Team

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue 3 + Vite Simple Project for Team Sharing

This project is intended to be used in presentation only.

Recommended IDE Setup

Prerequisites

  • Nodejs
  • NPM or alternatives

Project Setup

  1. Clone the repository using the following command

    $ git clone git@github.com:kylesinlynn/team-share-crud-vue3-vite.git
  2. Move into the directory and install the require packages

    $ pnpm install
  3. Run the development server

    $ pnpm run dev

Contributing

Feel free to create PR(s) and Issue(s).

License

This repository is licensed under (MIT License)[LICENSE]

About

Simple CRUD in Vue3 for Team

License:MIT License


Languages

Language:Vue 56.3%Language:CSS 30.4%Language:HTML 7.6%Language:JavaScript 5.7%