/template-vue

Opinionated Vue template for new projects.

Primary LanguageHTMLMIT LicenseMIT

template-vue

Opinionated Vue template for new projects.

Getting Started

  1. Go to or create the project folder.
  2. Get the template files:
npx degit github:joaopalmeiro/template-vue

or

npx degit github:joaopalmeiro/template-vue --force
  1. Search for template-vue and replace it with the project name.
  2. Search for Opinionated Vue template for new projects./Opinionated [Vue](https://vuejs.org/) template for new projects. and replace it with the (short) project description.
  3. Search for João Palmeiro and replace it with the author's name.
  4. Install fnm (if necessary).
  5. Run the first two commands in the Development section to install Node.js and the development dependencies.
  6. Open the NOTES.md file and install the project-specific dependencies according to the first command in the Commands section.
  7. Delete the Template References section from the NOTES.md file.
  8. Delete the Getting Started section.

Development

Install fnm (if necessary).

fnm install && fnm use && node --version && npm --version
npm install
npm run dev
npm run lint
npm run format