Sandocs

Installation

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.