Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.
/ TodoMVC Public archive

A todo-list exercise based on vue + mongdb.

Notifications You must be signed in to change notification settings

zlj-zz/TodoMVC

Repository files navigation

TodoMVC

使用 vue + node + mongodb

部署地址:https://blooming-reef-38262.herokuapp.com/

项目配置

npm install

注:如果npm install之后项目启动失败,可能是模块没装全,您可以查看package.json文件所需的模块进行安装

启动项目

npm run serve

打包项目

npm run build

启动本地服务器(请使用mongodb数据库)

node server.js/nodemon server.js

注:如果您想使用nodemon,请cnpm install nodemon -g下载后使用,较之node,好处是修改服务端代码不需要重新node一遍

Lints and fixes files

yarn run lint

About

A todo-list exercise based on vue + mongdb.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published