0.1.3 • Published 4 years ago

vue-clousale-table v0.1.3

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

Vue table

Project setup

Install dependencies:

yarn install

Create ENV file:

cp .env.example .env.local

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Run your end-to-end tests

yarn test:e2e

Run your unit tests

yarn test:unit