Built With Stencil

敬请所有读者注意

  • 原则上这里只进行英文版对应的翻译工作,如果觉得原文有改进之处,或任何不仅针对中文版,而受益所有语言版本的想法,建议直接在英文版仓库讨论。
  • 原则上这里不适合讨论 Stencil 的使用问题,建议相关问题在 Stencil 的 issues 区或各大主流技术社区讨论,以便得到更多帮助和更充分的讨论。




Stencil Site

The Stencil site is the place for documentation on how to use Stencil.

Contributing Documentation Updates

The documentation content is formatted in markdown and can be found in the src/docs directory. Easiest way to make edits is to navigate to the markdown file to be updated, and click the Edit button in the top right (the pencil icon). After making the edit, submitting the changes will create a Pull Request (PR) for reviewed. Please feel free to ask any questions within the Stencil Worldwide Slack channel, we're happy to help.

Building the Site

To build the site from the source, ensure you're using the most recent versions of Node and Npm, and pull the latest from master. Next, run npm install, npm run docs to build the docs files and npm start to launch the site in development mode.

Related

License