洞察探索open banking如何通过小程序容器技术助力金融企业实现数据安全和数字化转型
619
2022-10-22
该应用程序展示了Aurelia UX的各种特性
app-ux-showcase
An application that showcases the various features of Aurelia UX.
Machine Setup
This app is built on the Aurelia CLI, which has a couple of prerequisites you must install first. If you have previously setup your machine for the Aurelia CLI, you can skip this step.
Install NodeJS >= 4.x You can download it here.Install NPM 3.x Even though you may have the latest NodeJS, that doesn't mean you have the latest version of NPM. You can check your version with npm -v. If you need to update, run npm install npm -g.Install a Git Client Here's a nice GUI client.Here's a standard client.
Once you have the prerequisites installed, you can install the Aurelia CLI itself. From the command line, use npm to install the CLI globally:
npm install aurelia-cli -g
Note: Always run commands from a Bash prompt. Depending on your environment, you may need to use sudo when executing npm global installs.
Application Setup
Once you've setup your machine (or if it's been previous setup), you simply need to install the dependencies. From within the app folder, execute the following command:
npm install
Running The App
To run the app, execute the following command from within the app folder:
au run --env dev
See the CLI documentation for other available commands or type au help on the command line.
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~