Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 436 Bytes

part-init-project-with-vuecli.md

File metadata and controls

24 lines (17 loc) · 436 Bytes

Projects and notes with VueSchool courses

Back to the table of content

Prerequisites

See here.

Creating a project

vue create vueschool-forum
# You need to select the preset with Vue
# And run `npm audit fix --force`

Linter configuration

vue add eslint
# Pick the options:
# ? Pick an ESLint config: Standard
# ? Pick additional lint features: Lint on save