New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

allezd

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

allezd

使用vite+vue3+vitest+unocss

latest
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

Slidev

基于 Vue3 和 Vite 生态打造,助力于快速构建web应用程序。

功能

  • ⚡ 基于Vite+Vue3,快速开发和构建强壮的应用
  • 🎨 使用原子化CSS构建方案UnoCSS
  • ✨ 使用Vitest作为测试框架,保障功能稳定性
  • 🔖 使用Typescript,提供静态类型检查和类型提示
  • 💎 使用Github Action持续集成,自动部署和发布
  • 🎲 使用Husky和Eslint检查代码规范,保障良好的代码样式

快速开始

  • 安装依赖
pnpm install allezd -D
  • 引入依赖
import AllezUi from 'allezd';
import 'allezd/dist/assets/entry.css'

createApp(App).use(AllezUi).mount('#app');
  • 在组件中使用
<template>
  <div>
    <Button color="red">测试按钮</Button>
  </div>
</template>

参考链接

  • Vite官网
  • Vitepress官网
  • Vue官网

TODO

  • Vercel部署
  • 实现按需引入
  • Monorepo管理仓库

FAQs

Package last updated on 01 Apr 2023

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