Skip to content
This repository was archived by the owner on Jan 12, 2019. It is now read-only.

deraw/vue-test-utils-issue

Repository files navigation

Vue.js template

This project is a setup for Vue.js development.

Installation

You need to install the dependencies with Yarn, then build the project.

How to install Yarn

yarn

Build

To build the project, simply run:

yarn build

The build artifacts will be stored in the dist directory.

This folder needs to be serve with a server, this is your production code.

Development

To start the development server, run:

yarn serve

This will launch a server on localhost, and if possible on your current network.

Lints and fixes files

yarn run lint

Run your end-to-end tests

yarn run test:e2e

Run your unit tests

yarn run test:unit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published