文件名称:es6-web-app-seed:ES6 Web 应用程序种子
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-30 07:56:15
JavaScript
es6-web-app-seed 这是一个简单的 ES6 Web 应用程序框架。 这个怎么运作 使用作为通用包管理器来配置: - 通用模块系统。 - ES6 模块加载器 和 traceur 运行时 - 在浏览器中编译 ES6 功能 包 - 请参阅和jspm键。 在 gulp build步骤中,使用从 ES6 编译到 ES5 系统模块到dist目录。 您可以为 commonjs 和 amd 编译创建其他构建步骤。 运行应用程序 要运行该应用程序,请按照以下步骤操作。 确保安装了 。 从项目文件夹中,执行以下命令: npm install 确保安装了 。 如果需要安装,请使用以下命令: npm install -g gulp 确保已安装 。 如果需要安装,请使用以下命令: npm install -g jspm jspm 是一个与使用的通用包管理器 使用 jspm 安装
【文件预览】:
es6-web-app-seed-master
----index.html(520B)
----config.js(5KB)
----src()
--------app.js(58B)
----.npmignore(37B)
----gulpfile.js(155B)
----build()
--------tasks()
--------paths.js(343B)
--------babel-options.js(199B)
----README.md(2KB)
----.editorconfig(264B)
----.gitignore(66B)
----package.json(948B)