美文网首页Open UI...
Fiori-like Prototype ( Parcel.js

Fiori-like Prototype ( Parcel.js

作者: Meellor | 来源:发表于2020-09-02 11:13 被阅读0次

Parcel.js --- Blazing fast, zero configuration web application bundler.

Parcel 是一款极速、零配置的 Web 应用打包工具。

功能特性

极速打包 - 多核心编译,以及即使在重启后也能快速重建的文件系统缓存。

无需安装插件,开箱即用,支持 JS、CSS、HTML、file assets 等。

在有需要时自动转换成 Babel、PostCSS 和 PostHTML 模块 - 甚至是 node_modules。

代码零配置,使用动态 import()语句分割。

内置热模块替换

报错日志友好 - 代码高亮显示有助于查明问题。

Parcel.js

Rollup.js --- is a module bundler for JavaScript which compiles small pieces of code into something larger and more complex, such as a library or application. 

Rollup.js

OpenUI5 --- Create Enterprise-Ready Web Apps with Ease.

OpenUI5

UI5 Web Components.

UI5 Web Components

Demo with UI5 Web Components.

localhost

Project's structure.

Project's structure

index.html

index.html

main.js

main.js

Installing UI5 Web Components as a project dependency.

Installing UI5 Web Components 

Starting a development server.

Starting a development server 

Play with your environment.

Play with your environment

Demo page done.

Demo page

Improve asset loading APIs and document them.

rollup/rollup-starter-app  library.

rollup-starter-app

Installing UI5 Web Components as a project dependency.

Installing UI5 Web Components as a project dependency

Done.

Done

Configuration.

Configuration

Bundle resource.

Bundle resource

Demo page.

Demo page

Reference.

The Fastest Way to Get Started with UI5 Web Components

Improve asset loading APIs and document them

UI5 Web Components

Open UI5 --- Create Enterprise-Ready Web Apps with Ease

相关文章

网友评论

    本文标题:Fiori-like Prototype ( Parcel.js

    本文链接:https://www.haomeiwen.com/subject/ecwisktx.html