npm install frappe-ui#oryarn add frappe-ui Now, import the FrappeUI plugin and components in your Vue app'smain.js: import{createApp}from'vue'import{FrappeUI}from'frappe-ui'importAppfrom'./App.vue'import'./index.css'letapp=createApp(App)app.use(FrappeUI)app.mount('#app') ...
全局安装的包可以在系统的任何地方通过命令行访问。 sudo npm install -g yarn 如需要执行以下命令: 命令在用户主目录下执行( cd ~) sudo apt-get remove yarn //卸载 yarn sudo apt-get autoremove 安装wkhtmltopdf wkhtmltopdf工具,这是一个用于将HTML转换为PDF的工具 先安装相关依赖 sudo apt-get ...
所属分类:UI-图表 40658322查看评论(6) 查看演示 插件描述:Frappe图表插件,直观的响应图表,零依赖 安装 通过npm安装: 1 $ npm install frappe-charts 并包含在您的项目中: 1 import Chart from"frappe-charts/dist/frappe-charts.min.esm" ...或包含在您的HTML中 ...
Merge pull request #282 from frappe/onboarding-fixesPublish on NPM#439:Commitc2112bbpushed bypateljannat March 26, 2025 10:38 main March 26, 2025 10:3852s fix: pass appName to OnboardingStepsTests#121:Pull request#282opened bypateljannat ...
The library usesfrappe-js-sdkandSWRunder the hood to make API calls to your Frappe backend. SWR SWR uses a cache invalidation strategy and also updates the data constantly and automatically (in the background). This allows the UI to always be fast and reactive. The hooks in the library us...
npm install frappe-ui# oryarn add frappe-ui Now, import the FrappeUI plugin and components in your Vue app'smain.js: import{ createApp }from"vue";import{ FrappeUI, Button }from"frappe-ui";importAppfrom"./App.vue";import"./index.css";letapp = createApp(App); app.use(FrappeUI); ...
Frappe 很喜欢 Github 上显示的图表,于是他决定自己写一个 UI 和体验像 Github 图表简单的图表库。 Frappe Charts 的技术特性 轻量无依赖的 js 图表库,gzip 压缩后只有 18KB 基于SVG 生成图表,性能比常规的 canvas 图表好 数据生成和悬停查看都有舒服的交互动效,体验很好 不仅支持配置颜色,外观定制也很方便 无...
Frappe很喜欢Github上显示的图表,于是他决定自己写一个UI和体验像 Github 图表简单的图表库。 Frappe Charts 的技术特性 轻量无依赖的js 图表库,gzip 压缩后只有 18KB 基于SVG生成图表,性能比常规的canvas图表好 数据生成和悬停查看都有舒服的交互动效,体验很好 ...
Frappe 很喜欢 Github 上显示的图表,于是他决定自己写一个 UI 和体验像 Github 图表简单的图表库。 Frappe Charts 的技术特性 轻量无依赖的 js 图表库,gzip 压缩后只有 18KB 基于SVG 生成图表,性能比常规的 canvas 图表好 数据生成和悬停查看都有舒服的交互动效,体验很好 不仅支持配置颜色,外观定制也很方便 无...
# NPM $ npm install frappe-gantt How to use it: 1. Download and import the Frappe Gantt’s files. 2. Create a container for the Gantt Chart. 3. Prepare the data representing your tasks. const tasks = [ { start: '2023-01-01', end: '2023-02-01', name: 'Redesign CSSScript...