![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@efont/vue-baselib
Advanced tools
npm i @efont/vue-baselib --save
import vueBaselib from '@efont/vue-baselib'
Vue.use(vueBaselib)
- src/server api接口服务目录
- src/components/cell 组件单元目录
- src/components/pages 组件类预览页面目录
- static/mock 组件数据源(json假数据)
echart属性与外部属性options对象深度合并
各类别组件编写规范,请见static/md下各组件类文件夹下README.md
https://evel-font-end.github.io/vue-baselib/dist/
node: 14.16.0
npm: 8.1.1
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.
# 更新 node 版本到 14.18.0 以上
# 然后升级 npm 的版本到最新
nvm use 16.13.0
npm install -g npm@latest
# 切换源回 npm源
npm config set registry=http://registry.npmjs.org
# 项目打包
npm run build
npm run build:vue-baselib
# 注册 npm <https://www.npmjs.com/>账号密码,并在命令行进行登录
npm adduser
# 检测是否登陆成功
npm who am i
# 版本号格式:主版本号.次版本号.修订号
# 版本号递增规则:
# - 主版本号:做了不兼容修改或颠覆式的重写
# - 次版本号:向下兼容的功能性新增
# - 修订号:向下兼容的问题修正
# 大版本为 1.0.0,小版本是0.1.0,小修复是0.0.1
npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease [--preid=<prerelease-id>]
# 发布@efont/vue-baselib
npm publish --access public
FAQs
vue-baselib
The npm package @efont/vue-baselib receives a total of 53 weekly downloads. As such, @efont/vue-baselib popularity was classified as not popular.
We found that @efont/vue-baselib 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.