![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@lz-design/web-vue
Advanced tools
60多个开箱即用的高质量组件, 可以覆盖绝大部份的业务场景。
海量的样式 tokens, 支持全局以及组件级别的主题配置。
所有组件都是用 TypeScript 编写的,所以天然的类型友好。
// npm
npm install @lz-design/web-vue
// yarn
yarn add @lz-design/web-vue
import { createApp } from 'vue'
import LzVue from '@lz-design/web-vue';
import App from './App.vue';
import '@lz-design/web-vue/dist/lz.css';
const app = createApp(App);
app.use(LzVue);
app.mount('#app');
使用 npm install -g
安装 lerna
和 yarn
等基础包。
使用 yarn install
安装 workspaces
中各个包的依赖(如果遇到 YN0018
错误,可以使用 YARN_CHECKSUM_BEHAVIOR=update yarn
进行安装)。
使用 npm run init
初始化项目。
FAQs
Lz Design Vue 2.0: A Vue.js 3 UI Library
The npm package @lz-design/web-vue receives a total of 1 weekly downloads. As such, @lz-design/web-vue popularity was classified as not popular.
We found that @lz-design/web-vue 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
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.