要創(chuàng)建應(yīng)用程序,我們將從命令提示符窗口運行 meteor create 命令。該應(yīng)用程序的名稱是 meteorApp
C:\Users\Administrator\Desktop\Meteor>meteor create meteorApp
client/main.js # a JavaScript entry point loaded on the client client/main.html # an HTML file that defines view templates client/main.css # a CSS file to define your app's styles server/main.js # a JavaScript entry point loaded on the server package.json # a control file for installing NPM packages .meteor # internal Meteor files .gitignore # a control file for git
C:\Users\Administrator\Desktop\Meteor\meteorApp>meteor
