<aside> ✅ Make sure you’ve checked our Pre-requisites page.
</aside>
This short tutorial will explain how to perform a super quick (~5mn) local installation (for local-only testing purposes, without deploying anything online)
git clone <https://github.com/lucky401/vue-resilient-architecture.git> vue-quick-start
- Clones the boilerplate repositorycd vue-quick-start
- Move to project root directorycp .env.example .env
- Copies the default ENV variables from the example file, necessary when running the projectnpm run setup
- Setup and Installs all dependencies from package.json
npm run serve
- Starts the app on http://localhost:8080/That’s it! The project should work on your local computer! The demo should run locally, and you can start playing around.
nvm use
will select the right node.js version based on the .nvmrc
file.<aside> 🚧 Missing content!
</aside>