From 9e8aaccca5c4eda74423ced100686251e77b9e8d Mon Sep 17 00:00:00 2001 From: tiwuofficial Date: Wed, 4 Dec 2019 16:52:11 +0900 Subject: [PATCH] copy docs/ja/README.md --- docs/ja/README.md | 52 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 docs/ja/README.md diff --git a/docs/ja/README.md b/docs/ja/README.md new file mode 100644 index 0000000000..4649d234c5 --- /dev/null +++ b/docs/ja/README.md @@ -0,0 +1,52 @@ +--- +home: true +heroImage: /favicon.png +actionText: Get Started → +actionLink: /guide/ +footer: MIT Licensed | Copyright © 2018-present Evan You +--- + +
+
+

Feature Rich

+

Out-of-the-box support for Babel, TypeScript, ESLint, PostCSS, PWA, Unit Testing & End-to-end Testing.

+
+
+

Extensible

+

The plugin system allows the community to build and share reusable solutions to common needs.

+
+
+

No Need to Eject

+

Vue CLI is fully configurable without the need for ejecting. This allows your project to stay up-to-date for the long run.

+
+
+

Graphical User Interface

+

Create, develop and manage your projects through an accompanying graphical user interface.

+
+
+

Instant Prototyping

+

Instantly prototype new ideas with a single Vue file.

+
+
+

Future Ready

+

Effortlessly ship native ES2015 code for modern browsers, or build your vue components as native web components.

+
+
+ +## Getting Started + +Install: + +``` bash +npm install -g @vue/cli +# OR +yarn global add @vue/cli +``` + +Create a project: + +``` bash +vue create my-project +# OR +vue ui +```