This is a Vue3 project that uses the Composition API as a practical final project for the semester to develop a small to-do application with numerous components that may share data with one another via props/state.
To install the dependencies, run the following command:
npm install
To start the development server, run:
npm run dev
This will start the Vite development server and you can view the application by navigating to http://localhost:3000
in your web browser.
To build the project for production, run:
npm run build
This will create a dist
directory with the production build of the application.
To preview the production build locally, run:
npm run preview
This will start a local server to serve the production build.
This project is licensed under the MIT License. See the LICENSE file for more details.