@abstackco/nuxt 中文文档教程
Trinity - Nuxt.js
Trinity 框架 Nuxt.js 模块。
Install
如果您尚未安装 Nuxt.js,请先按照此处 的安装说明进行操作。
如果您尚未创建项目,请通过运行以下命令生成项目:
npx create-nuxt-app my-nuxt-app
cd my-nuxt-app
运行以下任一命令以安装 Trinity nuxt 模块。
npm install --save @hermes-ux/trinity-nuxt
or
yarn add @hermes-ux/trinity-nuxt
Installation
有多种方法可以将 Trinity 添加到您的 Nuxt.js 应用程序。
要安装 Trinity 必须提供的一切,[按照这些步骤]()。
如果您只想安装单个组件,[按照这些步骤]()。
Trinity - Nuxt.js
Trinity Framework Nuxt.js module.
Install
If you haven't yet installed Nuxt.js, first follow the install instructions here.
If you haven't created a project yet, generate a project by running the following command:
npx create-nuxt-app my-nuxt-app
cd my-nuxt-app
Run either of the following commands to install the Trinity nuxt module.
npm install --save @hermes-ux/trinity-nuxt
or
yarn add @hermes-ux/trinity-nuxt
Installation
There are a number of ways to add Trinity to your Nuxt.js app.
To install everything that Trinity has to offer, [follow these steps]().
If you only want to install individual components, [follow these steps]().