- With Prettier (for styling)
- With ESLint (using the recommended rules)
- Use Sass autocompilation
- You can create new file in
src/scss
folder, and add import in main.js
- You can create new file in
src/js
folder, and add import in main.js
- Clone the repository with Github
- Install the dependencies:
npm i
- Once finished, you can start the development server:
npm run dev
-
Go to : localhost
-
If you want to build the project:
npm run build