Skip to content

weiqiujuan/todolist-vue-electorn

Repository files navigation

todolist

An electron-vue project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

This project was generated with electron-vue@8fae476 using vue-cli. Documentation about the original structure can be found here.

项目文档

一些问题

  • node-sass可能安装失败,需要换淘宝镜像进行安装
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install node-sass
  • node-sass版本与当前开发系统版本不符合导致npm run dev运行失败,需要将node-sass卸载重新安装
npm uninstall node-sass -D
npm install node-sass -D
  • 增加ts类型检测

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published