Skip to content
master
Go to file
Code

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

README.md

Create Stencil

Note that you will need to use npm 6 or higher.

Run:

npm i -g npm

To install latest version of npm

Usage

Interactive mode

npm init stencil

Command mode

npm init stencil <starter> <projectName>

Example:

npm init stencil app my-stencil-app

Using a proxy

If you are behind a proxy, configure https_proxy environment variable.

Built-in starters

Developing locally

If you want to add features, clone this repo, open terminal:

Install dependencies

npm install

Then, compile and run the starter:

npm run dev

And it will help you test out your changes.

Citations

Created by William M. Riley:

Related

License

  • MIT
You can’t perform that action at this time.