
Security News
PolinRider: North Korea-Linked Supply Chain Campaign Expands Across Open Source Ecosystems
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.
@simon_he/create_form
Advanced tools
开箱即用的 vite + vue3 + vitest + ts 库模板,用来打包 vue3 的 .vue 组件与 composition-api
typeScriptvitevitestpnpmcss 引擎 👉 unocssvue3,支持 sfc 的 setup 语法糖vue3 的 .vue 组件js 和打包类型声明commonjs 与 esmodule 两种规范.vue 组件也支持的完全 dts 类型声明开发 vue3 相关的 npm 库时,可以直接用该模板进行快速开发,而不需要重新构建繁杂的开发环境。
更改模板中的 package.json,LICENSE 和 README.md 为自己的信息 😜
由于用到 pnpm 的 workspace,所以 examples/vite/package.json 也需要改 👇
{
...
"devDependencies": {
- "vue3-exports": "workspace:*",
+ "your-package-name": "workspace:*"
}
...
}
pnpm i # 安装依赖
pnpm dev # 开发
pnpm build # 打包
pnpm build-js # 仅打包 js
pnpm build-types # 仅打包类型
pnpm release # 发布
pnpm play # 启动 example
pnpm play:build # 打包 example
pnpm play:preview # 预览 example
pnpm test # 单元测试
pnpm test:ui # 单元测试(ui)
pnpm test:update # 单元测试(持续更新)
在 src/exports 里导出即可
// 导出 composition-api
export { useInc } from './composables/inc'
// 导出 .vue 组件
export { default as Hello } from './components/Hello.vue'
Create a repo from this template on GitHub.
If you prefer to do it manually with the cleaner git history
npx degit Simon-He95/vitesse-template my-vitesse-app
cd my-vitesse-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
FAQs
@simon_he/create_form
The npm package @simon_he/create_form receives a total of 0 weekly downloads. As such, @simon_he/create_form popularity was classified as not popular.
We found that @simon_he/create_form 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
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.