@eveble/core
TypeScript icon, indicating that this package has built-in type declarations

1.1.8 • Public • Published

@eveble/core


Core architecture for Eveble applications

Requirements

Installation

To use @eveble/core with your Eveble app:

npm install @eveble/core

or

yarn add @eveble/core

You'll also need to install Eveble.

Complementary Packages

Most likely, you'll also need the Eveble testing framework:

npm install @eveble/eveble
npm install --save-dev @eveble/testing

Create a Eveble App

The recommended way to start new apps with Eveble is by using the official Eveble boilerplate:

# Clone the repository
$ git clone https://github.com/eveble/eveble-boilerplate.git <YOUR_PROJECT_NAME>
# Go into the repository
$ cd <YOUR_PROJECT_NAME>
# Run setup
$ npm run setup

Documentation

The @eveble/core docs are now published at https://eveble.github.io/core .

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @eveble/core

Weekly Downloads

10

Version

1.1.8

License

MIT

Unpacked Size

47.2 kB

Total Files

15

Last publish

Collaborators

  • eveble-user
  • desivi