npm install
cp .env.example .env
npm run serve
npm run build
Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
After building, copy the dist folder to the web root of your Nginx server.
npm run lint
npm install
cp .env.example .env
npm run serve
npm run build
Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
After building, copy the dist folder to the web root of your Nginx server.
npm run lint