The website of The Mana World, built with Vue and Vue-Cli.
yarn install
yarn serve
yarn build
yarn lint
See Configuration Reference. The app can also be configured with environment variables. See Dotenv for further info.
- Build in production mode
- Add a nginx vhost pointing to the
distfolder as root - Rewrite all requests to index.html within a
locationblock:
index index.html;
try_files $uri $uri/ /index.html;- Set up a new project
- Build command:
yarn deploy - Publish directory:
dist
- Build command:
- Set up a new Web Service
- Environment:
Static Site - Build command:
yarn deploy - Publish directory:
dist
- Environment: