xlts-dev / angularjs-ionic-v1

Ionic v1 application using XLTS for AngularJS 1.5.x and XLTS for AngularJS Material 1.1.x

Home Page:https://xlts.dev/angularjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo of Ionic v1 with AngularJS 1.5

This project demonstrates an updated Ionic v1 project that uses the latest XLTS for AngularJS 1.5.x release (1.5.18) rather than the 1.5.3 End-Of-Life version that ships with the Ionic v1 SDK. It also makes use of XLTS for AngularJS Material 1.1.x (1.1.30).

Package Management

The project uses NPM instead of the deprecated Bower. We use the tools/populate-lib.sh script to copy library files from node_modules/ to www/lib/.

Angular LTS support

If you want to use the LTS packages, you can run the npm run switch-to-lts-packages script instead of npm install.

Styling

The project uses to the latest sass package and removes the use of the deprecated node-sass package. This includes migrating the Ionic Sass files to remove use of the slash (/) for division.

NodeJS LTS

The project supports the NodeJS LTS (14.x) through the use of the npm-force-resolutions package to solve errors related to primordials.

Cordova

The project uses Cordova, as that is most common with Ionic v1 projects, even though many recommend Capacitor now.

Development

Start in browser

npm start

Start in Android

npm run start:android

Start on iOS

npm run start:ios

Start e2e tests on Desktop Chrome

npm run e2e

Questions?

Check out our GitHub Discussions section to ask questions or find answers.

About

Ionic v1 application using XLTS for AngularJS 1.5.x and XLTS for AngularJS Material 1.1.x

https://xlts.dev/angularjs

License:MIT License


Languages

Language:CSS 96.3%Language:JavaScript 2.2%Language:HTML 0.8%Language:TypeScript 0.4%Language:SCSS 0.1%Language:Shell 0.1%