0.0.3 • Published 7 years ago

taavi-skeptic v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Taavi-Skeptic

Using this component

Script tag

  • Put <script src='https://unpkg.com/taavi-skeptic@latest/dist/fetch.js'></script> in the head of your index.html
  • Then you can use the component

Node Modules

  • Run npm install stencil-fetch --save
  • Put a script tag similar to this <script src='node_modules/taavi-skeptic/dist/fetch.js></script> in the head of your index.html
  • Then you can use the component

Getting Started

To start a new project using Stencil, clone this repo to a new directory:

git clone https://github.com/mrweiland/taavi-skeptic my-app
cd my-app
git remote rm origin

and run:

npm install
npm start

To view the build, start an HTTP server inside of the /www directory.

To watch for file changes during development, run:

npm run dev

To build the app for production, run:

npm run build

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