clean-slate is a personal starter template for new Vue projects.
- Remove Laravel Mix
- Webpack Config
- Browsersync
- Cached assets w/ HMR
- Generate HTML page
- ESLint
- Prettier
- Render component, don't use
- Cleanup initial mixins setup
Inside the root directory you will find LocalValetDriver.php that will allow Vue Router to work with Laravel Valet by referencing an HTML file and allowing requests.
10.15.0
Using Node Version Manager you can jump between different versions of Node for each project. Create a .nvmrc file in your project root with the version of node inside of it and then type nvm use (inside the root folder) to use that version. Easily install versions of Node with nvm install {node version}.
- Vue
- Vuex
- Vue Router
- Axios
- Browser Sync
- Laravel Mix