Sletheren / nuxt-typescript-envs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt typescript env variables

Please to follow the steps below:

  • First install the dependencies
yarn install
  • Build for production
yarn build:prod
  • Prepare docker image
yarn image:prepare
  • Build the docker image and run it
yarn image:build && yarn image:run

About


Languages

Language:JavaScript 41.8%Language:Vue 32.6%Language:TypeScript 22.3%Language:Dockerfile 3.4%