杜郎俊赏 - dujun.io

开源实例之Ionic

前言

Ionic is an open source app development toolkit for building modern, fast, top-quality cross-platform native and Progressive Web Apps from a single codebase with JavaScript and the Web.

Ionic is based on Web Components, which enables significant performance, usability, and feature improvements alongside support for popular web frameworks like Angular, React, and Vue.

实例地址

https://ionic.dujun.eu.org

实例配置

配置描述
系统Debian
开发环境服务端Node.js 14
服务器Nginx
程序Ionic 7.1.5

实例部署

权限要求

  • 具有系统读写权限
  • 已安装 Node.js
  • 已安装 Nginx

安装程序

官网地址:https://ionicframework.com
仓库地址:https://github.com/ionic-team/ionic-framework

#安装客户端
npm i -g @ionic/cli

#创建项目
ionic start

#生成静态文件
cd Ionic
npm run build

实例体验

进入实例深度体验

后记

本实例仅供参考,不定期重置数据。

体验更多开源实例

标签: 开源实例 Node.js开源实例 集成开源实例 APP UI组件开源实例
日期:2023-11-22