开源实例之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.
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | 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
实例体验
后记
本实例仅供参考,不定期重置数据。