What is vue cli

What is vue-cli

cli stands for Commnad Line Interface and is a tool that helps you prepare for development with vue.js using the command line. Development is done in units called projects. When you create a project using vue-cli, you can also install the functions used in the project. Webpack is also installed so you can start developing as soon as you create a project. https://reffect.co.jp/vue

Is it a tool for developing with vue?

Installation method (node.js must be installed)

$ npm install -g @vue/cli

Creating a project

$ vue create vue-application

After executing this command, such a selection screen is displayed.

Vue CLI v4.4.6
? Please pick a preset: Manually select features
? Check the features needed for your project: (Press <space> to select, <a> to t
oggle all, <i> to invert selection)
 ◉ Babel
 ◯ TypeScript
❯◯ Progressive Web App (PWA) Support
 ◯ Router
 ◯ Vuex
 ◯ CSS Pre-processors
 ◉ Linter / Formatter
 ◯ Unit Testing
 ◯ E2E Testing

After selecting, open localhost and it's ok. Like rails, files are created in advance.

It seems to set vueconfig.js (,,, I don't know the details)

A little doubt

Relationship between Vue-cli and Vuetify? After downloading vue-cli, download vuetify. For vuetify, this article is easy to understand. https://techblog.kayac.com/2018/12/12/080000

Recommended Posts

What is vue cli
What is Docker?
What is null? ]
What is java
What is Keycloak
What is maven?
What is Jackson?
What is Docker
What is self
What is Jenkins
What is ArgumentMatcher?
What is IM-Juggling?
What is params
What is SLF4J?
What is Facade? ??
What is Java <>?
What is Gradle?
What is POJO
What is Java
What is centOS
What is RubyGem?
What is programming?
What is before_action?
What is Docker
What is Byte?
What is Tomcat
What is `docker-compose up`?
What is a constructor?
What is an interface?
What is Ruby's self?
What is hard coding?
What is a stream
What is Ruby's attr_accessor?
What is Java Encapsulation?
What is permission denied?
What is instance control?
What is an initializer?
What is Spring Tools 4
What is an operator?
What is object orientation?
What is Guava's @VisibleForTesting?
What is MVC model?
What is an annotation?
What is Java technology?
What is Java API-java
What is @ (instance variable)?
What is Gradle's Artifact?
What is JPA Auditing?
[Swift] What is dismiss?
[Java] What is flatMap?
What is a Servlet?
What is web development?
[Java] What is JavaBeans?
[Android] What is Context? ??
[Java] What is ArrayList?
[Ruby] What is true?
What is object-oriented after all?
What is HttpSession session = request.getSession ();
What is Java Assertion? Summary.
What is DI (Dependency Injection)
What is a wrapper class?