Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dknfnewlfw

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dknfnewlfw

  • 1.0.0
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

AITeacher-Electron

electron
vue3
element3
Babel
dart-sass
typescript
router
Vuex
eslint
test
core-js
autoprefixer
axios
utils
通用组件

Project setup

yarn install

Compiles and hot-reloads for development

yarn electron:serve

Auto generate Icon

yarn electron:build-icon

Compiles and minifies for production

yarn electron:build

Lints and fixes files

yarn lint

项目结构

├── babel.config.js			   // babel配置文件
├── vue.config.js			    // vue配置文件
├── package.json				 // npm包配置文件,依赖信息
├── build						    // icon文件目录
├── dist_electron			 // 打包输出目录
├── public						// 入口文件目录
│   ├── favicon.ico
│   ├── icon.png      //生成icon的图片文件
│   └── index.html
├── README.md				    // 项目描述说明文件
├── src						    // 项目代码主目录
│   ├── api					    // 接口请求,统一管理
│   │   └── index.ts			// 接口请求,统一封装axios文件
│   ├── App.vue				    // 根组件
│   ├── assets				    // 资源放置目录
│   │   ├── images			    // 图片资源
│   │   ├── js
│   │   └── style			    // 样式目录,reset.scss、variables.scss等
│   ├── components			    // 组件目录,根据功能分子目录
│   ├── main.ts				    // 入口js文件
│   ├── mock (可选)			    // 临时目录,用于mock数据模拟
│   ├── pages (可选)			// 多页面应用时,子文件分目录页面
│   ├── router				    // 统一配置路由规则
│   │   └── index.ts
│   ├── store				    // 统一状态管理目录,vuex
│   │   └── index.ts
│   ├── types				    // 类型目录,ts类型
│   ├── utils (可选)			// 公共js目录
│   └── views				    // 单页面应用页面文件
├── static						// 静态资源,不会被webpack构建
├── tests	(可选)				// 用于单元测试用例编写
└── tsconfig.json				// 统一配置ts目录

有班级数据的账号: 18124634220 / fz123456

FAQs

Package last updated on 08 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc