202226701016 e412140298 初步完成 11 mēneši atpakaļ
..
.github e412140298 初步完成 11 mēneši atpakaļ
img e412140298 初步完成 11 mēneši atpakaļ
scripts e412140298 初步完成 11 mēneši atpakaļ
src e412140298 初步完成 11 mēneši atpakaļ
.editorconfig e412140298 初步完成 11 mēneši atpakaļ
.eslintrc.json e412140298 初步完成 11 mēneši atpakaļ
.gitattributes e412140298 初步完成 11 mēneši atpakaļ
.gitignore e412140298 初步完成 11 mēneši atpakaļ
LICENSE e412140298 初步完成 11 mēneši atpakaļ
package-lock.json e412140298 初步完成 11 mēneši atpakaļ
package.json e412140298 初步完成 11 mēneši atpakaļ
readme.md e412140298 初步完成 11 mēneši atpakaļ
renovate.json5 e412140298 初步完成 11 mēneši atpakaļ
static.json e412140298 初步完成 11 mēneši atpakaļ
stencil.config.ts e412140298 初步完成 11 mēneši atpakaļ
tsconfig.json e412140298 初步完成 11 mēneši atpakaļ

readme.md

Ionic Kitchen Sink

The Ionic Kitchen Sink is a collection of demos of Ionic components.

It can be previewed live on the Ionic Framework documentation site here: https://ionicframework.com/docs

Getting Started

To start building, clone this repository:

git clone https://github.com/ionic-team/docs-demo.git

Once cloned, run the following to install dependencies and run the app:

npm i
npm start

Production

To build for production, run:

npm run build

Unit Tests

To run the unit tests once, run:

npm test

To run the unit tests and watch for file changes during development, run:

npm run test.watch