@smag-web-front/smag-web-legacy-vue-components

## Project setup You need to create an access token on your Gitlab user : https://docs.gitlab.com/ee/user/packages/npm_registry/#authenticate-with-a-personal-access-token-or-deploy-token ``` npm config set //gitlab.infra.smag.tech/api/v4/packages/npm/:_au

Usage no npm install needed!

<script type="module">
  import smagWebFrontSmagWebLegacyVueComponents from 'https://cdn.skypack.dev/@smag-web-front/smag-web-legacy-vue-components';
</script>

README

smag.web.legacy.vue.components

Project setup

You need to create an access token on your Gitlab user : https://docs.gitlab.com/ee/user/packages/npm_registry/#authenticate-with-a-personal-access-token-or-deploy-token

npm config set //gitlab.infra.smag.tech/api/v4/packages/npm/:_authToken $YOUR_TOKEN
npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test

Run your build on localhost

For accessing to the built files from a local URL

npm run preview

Docker setup for development

Copy the .env.example file and rename it to .env.local Replace $MY_TOKEN by your real token (See Project setup)

docker-compose up