4.1.2 • Published 2 years ago

@svl/vue-webuniversum v4.1.2

Weekly downloads
25
License
-
Repository
gitlab
Last release
2 years ago

Vue Webuniversum v3 npm version

Project setup

Project uses webuniversum v3. To pull webuniversum packages you will need to login as syntravlaanderen.

npm login
# Username: syntravlaanderen
# Password:
# Email: (this IS public) informatica@syntravlaanderen.be
yarn install

Start the project by running yarn storybook

Environment variables

Confluence: https://confluence.dwse.vlaanderen/x/gRlFB

Directories

DirContent
.storybookStorybook configuration
assetsimages, fonts and css
componentsvue components
constantsglobal constants
tests/unitJest unit tests

Tasks

yarn <cmd>
CommandDescription
serveCompiles and hot-reloads for development (PORT: 4000)
build:devCompiles umd and common bundle (in development mode)
buildCompiles umd and common bundle
testRun your tests (pass --watch to watch for changes)
test:unitRun your unit tests with coverage (see: coverage/index.html)
lintLints and fixes files
storybookStart storybook (PORT: 4001) alias: sb
storybook:buildCompiles storybook