Skip to content

exezick/ztodoapp.io

Repository files navigation

ztodo-app

Prerequisites

Ensure you are using Node.js 16. If you use nvm, run:

nvm install 16
nvm use 16

If you use Node.js 17 or newer, you may need to run your commands with the NODE_OPTIONS=--openssl-legacy-provider environment variable due to an OpenSSL compatibility issue with Vue CLI 4.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

After building, you can preview the production files locally with:

npx serve -s dist

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

A todo app made in vuejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published