Sandocs

Introduction

Sandocs is beautifully designed, expertly crafted components UI kit for building a high-quality website and web apps using web technologies — HTML, CSS, and JavaScript — with integrations of the world’s most popular framework Bootstrap.

icon
Installation Easy install this plugin using our guide written for beginners.
See Guide
icon
Typography Open this page to see everything can be added into the docs.
See Page

Quick Start #

Sandocs JavaScript framework for building user interfaces. It builds on top of standard HTML, CSS and JavaScript, and provides a declarative and component-based programming model that helps you efficiently develop user interfaces, be it simple or complex.

Install the CLI #

To create a build-tool-enabled project on your machine, run the following command in your command line.

yarn add @sandocs/cli

You should now have your first project running! Note that the example components in the generated project are written using the API and cli, rather than the Options API. Here are some additional tips:

  • The recommended IDE setup is Visual Studio Code. If you use other editors, check out the IDE support section.
  • More tooling details, including integration with backend frameworks, are discussed in the Tooling Guide.
  • To learn more about the underlying build tool, check out the docs.
  • If you chose to use TypeScript, check out the TypeScript Usage Guide.