A Webpack setup with Vue framework, Bootstrap 5, Jquery, and Twig compiler.
Please create a new branch to start developing a new project, or you can git clone <repo directory>
to your machine.
- Clone the repo
- Create branch
- Run
npm i
to install dependancies - Run one of the following commands, depending on intent:
npm run build
npm run build-dev
npm run watch
npm start
npm run deploy-dev
After running a build command, you can see the output without opening a browser by running:
node dist/main.js