![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.
uke-websystem
Advanced tools
Basic framework for UCloudLink web APP (PC version).
scss依赖
https://www.python.org/ftp/python/2.7.14/python-2.7.14.msi
# 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
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
/ // 根目录 ├── .babelrc ├── .editorconfig ├── .eslintignore ├── .eslintrc.js ├── .gitignore ├── .postcssrc.js ├── build/ // webpack配置 │ ├── build.js │ ├── check-versions.js │ ├── utils.js │ ├── vue-loader.conf.js │ ├── webpack.base.conf.js │ ├── webpack.dev.conf.js │ ├── webpack.prod.conf.js │ └── webpack.test.conf.js ├── config/ // 项目配置 │ ├── dev.env.js │ ├── dev.proxy.js // 开发环境反向代理配置 │ ├── index.js │ ├── prod.env.js │ └── test.env.js ├── index.html ├── LICENSE ├── package.json // 依赖配置 ├── README.md ├── src/ // 代码 │ ├── App.vue // 主组件 │ ├── assets/ // 资源目录 │ ├── components/ // 组件 │ ├── data/ //数据层(请求接口) │ ├── directives/ //指令 │ ├── lang/ //语言包 │ ├── logic/ //业务逻辑层 │ ├── main.js // 入口文件 │ ├── mock/ // 模拟接口数据 │ ├── plugins/ // 插件 │ ├── router/ //路由配置 │ ├── store/ // 状态总线(vuex数据存储) │ ├── styles/ // 样式 │ ├── utils/ // 工具库 │ └── views/ // 视图层 │ └── layout/ // 布局 │ └── components/ // 布局相关的组件 ├── static/ └── test/ // 测试 ├── e2e/ │ ├── nightwatch.conf.js │ ├── reports/ // 端对端测试报告 │ ├── runner.js │ └── specs/ └── unit/ ├── .eslintrc ├── coverage/ // 覆盖率测试报告 ├── index.js ├── karma.conf.js └── specs/
For a detailed explanation on how things work, check out the guide and docs for vue-loader.
FAQs
Basic framework for UCloudLink web APP (PC version).
The npm package uke-websystem receives a total of 3 weekly downloads. As such, uke-websystem popularity was classified as not popular.
We found that uke-websystem 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.