Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.17 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.17 KB

pipeline status coverage report

lintol-frontend

For more details, see https://lintol.io/.

Front end project for lintol application

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test


# To have a mock setup. These commands will start the json mock server.
git clone https://github.com/lintol/jsonapi-server-mock-lintol.git
cd jsonapi-server-mock-lintol
npm start

# To start the front in mock mode to connect the jsonapi server
npm run mock


For a detailed explanation on how things work, check out the guide and docs for vue-loader.