Skip to content

lukeharbyakqa/vue-sc

Repository files navigation

vue-sc

An application runs VueJS with a styled components

Prerequisites

  • nvm
  • node
  • npm
  • vue
  • vue-cli

Use Node Version Manager to switch node versions. This app requires node 14.

You will need a global installion of vue-cli to run the project. See Vue installation.

npm install -g @vue/cli

or

yarn global add @vue/cli

To install the project from the root folder run

npm install

Once all dependencies are installed the project can be initialised executing:

npm run serve

The application should run at http://localhost:8080/, if the port is not available vue will look for the next available port

To run a minified production build execute:

npm run build

To run all tests execute:

npm run test

To run end-to-end tests

TODO this requires platform agnostic implementation of selenium

npm run test:e2e

To run unit tests

the package.json contains a watch parameter to check when test files are changed.

npm run test:unit

Customize configuration

See Configuration reference.

About

VueJS with Styled Components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published