Browse Source

Update 'README.md'

天问 4 weeks ago
parent
commit
5ef5c73e6e
1 changed files with 19 additions and 0 deletions
  1. 19 0
      README.md

+ 19 - 0
README.md

@@ -1,2 +1,21 @@
 # nuxt
+基于 Vue.js(Vue.js、Vue Router 和 Vuex)的创建服务器渲染通用应用框架,不再基于 Vue 底层开发,而是 Nuxt 开发更简单。
+
+## Usage
+
+```
+npx nuxi@latest init <project-name>
+yarn dev --open
+
+```
+
+
+## Reference
+
+https://github.com/nuxt/nuxt
+
+https://nuxt.com/
+
+https://nuxt.com/docs/getting-started/introduction
+