Opinionated Vue template for new projects.
- Go to or create the project folder.
- Get the template files:
npx degit github:joaopalmeiro/template-vue
or
npx degit github:joaopalmeiro/template-vue --force
- Search for
template-vue
and replace it with the project name. - 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. - Search for
João Palmeiro
and replace it with the author's name. - Install fnm (if necessary).
- Run the first two commands in the
Development
section to install Node.js and the development dependencies. - Open the NOTES.md file and install the project-specific dependencies according to the first command in the Commands section.
- Delete the
Template References
section from the NOTES.md file. - Delete the
Getting Started
section.
Install fnm (if necessary).
fnm install && fnm use && node --version && npm --version
npm install
npm run dev
npm run lint
npm run format