
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@uni-helper/vite-plugin-uni-manifest
Advanced tools
File system based routing for uni-app applications using Vite
使用 TypeScript 编写 uni-app
的 manifest.json
。
pnpm i -D @uni-helper/vite-plugin-uni-manifest
// vite.config.ts
import Uni from '@dcloudio/vite-plugin-uni'
import UniManifest from '@uni-helper/vite-plugin-uni-manifest'
import { defineConfig } from 'vite'
export default defineConfig({
plugins: [UniManifest(), Uni()]
})
创建 manifest.config.(ts|mts|cts|js|cjs|mjs|json)
, 然后用 TypeScript 编写你的 manifest.json
// manifest.config.ts
import { defineManifestConfig } from '@uni-helper/vite-plugin-uni-manifest'
export default defineManifestConfig({
// code here...
})
在 这里,你可以找到 uni-app
默认的 Vite-TS 模版的 manifest.json
是如何用 TypeScript 编写的。
请查看 types.ts。
FAQs
File system based routing for uni-app applications using Vite
The npm package @uni-helper/vite-plugin-uni-manifest receives a total of 1,022 weekly downloads. As such, @uni-helper/vite-plugin-uni-manifest popularity was classified as popular.
We found that @uni-helper/vite-plugin-uni-manifest demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.