Skip to content

jojanper/epsilon

Repository files navigation

build codecov.io dependabot status

epsilon

Vue application playground. Project setup has been generated using vue-cli 3. Testing framework is Jest. Unit tests are located in same folder as components.

Demo available here

Build Setup

# Install dependencies
npm install

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

# Run static server that serves locales (app requests new locales on lazy loaded manner)
npm run dev-proxy

# Build for production with minification
npm run build

# Run unit tests
npm run test:unit

# Run e2e tests
npm run test:e2e

For a detailed explanation on how things work, check out the guide.

Publish to GitHub Pages

npm run gh-pages

License

MIT