Skip to content

rebz/clean-slate

Repository files navigation

What is this repo?

clean-slate is a personal starter template for new Vue projects.


Initial Todo

  • Remove Laravel Mix
  • Webpack Config
    • Browsersync
    • Cached assets w/ HMR
    • Generate HTML page
  • ESLint
  • Prettier
  • Render component, don't use
  • Cleanup initial mixins setup

Laravel Valet for MacOS

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.

Node Version

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}.

Primary Packages

  1. Vue
  2. Vuex
  3. Vue Router
  4. Axios
  5. Browser Sync
  6. Laravel Mix

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published