Meteor 从入门到实践

创建 Meteor 应用

Chocolatey 安装(windows 安装)

以管理员身份运行命令窗口

1
2
3
4
5
6
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
// 检查是否安装成功
choco
// 成功提示
// Chocolatey v0.10.15
// Please run 'choco -?' or 'choco <command> -?' for help menu.

Meteor 安装

1
choco install meteor

创建应用

1
meteor create simple-todos

相关资料
Meteor介绍
chocolatey 安装步骤包管理工具
set-ExecutionPolicy’ 不是内部或外部命令,也不是可运行的程序 或批处理文
安装Chocolatey
Meteor 中文文档
Meteor 教程
Chocolatey 安装
Meteor教程

作者

Fallen-down

发布于

2020-10-04

更新于

2020-10-22

许可协议

You need to set install_url to use ShareThis. Please set it in _config.yml.
You forgot to set the business or currency_code for Paypal. Please set it in _config.yml.

评论

You forgot to set the shortname for Disqus. Please set it in _config.yml.
You need to set client_id and slot_id to show this AD unit. Please set it in _config.yml.