0.2.1 • Published 5 years ago

@mit-cave/ui v0.2.1

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

MIT-CAVE monorepo

CAVE Open Source Application Development Repo

Requirements

Requirements:

  • node@10.16.0 or higher
  • npm@6.9.0 or higher

Instalation for general use

1) Globally install create-cave-app:

npm install -g create-cave-app

2) Create a new application:

cd /path/to/project/folder
create-cave-app new myapp
  • This creates a base cave-app framework for development purposes. Extensions for the base framework are in development.

3) Check out the documentation for getting your application operational:

Installation for source code development

From a freshly-cloned repo in the project root:

npm ci
npm run bootstrap
npm run prep-link
cd ~/path/to/projects
create-cave-app new myprojectname

Packages

Examples