This contains the core stencil components for ionic based applications.
- stencil
- np
- jest
- tsc
- tslint
npm i -g stencil np jest tsc tslint
[email protected]:ionic-team/ionic.git
cd ionic
npm install
cd packages/core
npm install
Notice that ionic-core lives in packages/core.
Make sure you are inside packages/core
-
npm run devallows you to modify the components and have live reloading, just like another ionic app. -
When everything looks good, run
npm run validateto verify the tests linter and production build passes.
npm run build: build ionic-core for production.npm run dev: live reloading server for ionic developement,npm run test: runs unit tests.npm run clean: cleans dist folder.npm run lint: runs typescript linter.npm run lint-fix: tries to auto-fix linter issues.npm run validate: runs tests, linter and production build.npm run deploy: publishes a new version to NPM.