Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 443 Bytes

File metadata and controls

25 lines (17 loc) · 443 Bytes

Nuxt Vuex TypeScript Jest example

My Vuex TypeScript Jest Example Nuxt.js project

Build Setup

# install dependencies
$ yarn build:setup

# run test
$ yarn test

# run test with coverage
$ yarn test:coverage

# serve with hot reload at localhost:3000
$ yarn app

# build for production and launch server
$ yarn build
$ yarn serve

For detailed explanation on how things work, checkout Nuxt.js docs.