0.1.3 • Published 6 years ago
vue-clousale-table v0.1.3
Vue table
Project setup
Install dependencies:
yarn installCreate ENV file:
cp .env.example .env.localCompiles and hot-reloads for development
yarn serveCompiles and minifies for production
yarn buildLints and fixes files
yarn lintRun your end-to-end tests
yarn test:e2eRun your unit tests
yarn test:unit