
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
electron
vue3
element3
Babel
dart-sass
typescript
router
Vuex
eslint
test
core-js
autoprefixer
axios
utils
通用组件
yarn install
yarn electron:serve
yarn electron:build-icon
yarn electron:build
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
Unknown package
We found that dknfnewlfw demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.