文件名称:app:我当前的 webapp 项目样板
文件大小:20KB
文件格式:ZIP
更新时间:2024-07-11 14:01:35
JavaScript
应用程序 我当前的 webapp 项目样板 任何新项目的准系统脚手架。 包括: 忽略文件(.gitignore、.jshintignore) 基本文件夹结构 基于 npm 的构建系统的基本任务 linux 和 windows CI 的配置文件(travis、semaphore 和 appveyor) 用于为应用程序和 API 提供服务的本地网络服务器 技术选择/堆栈 Javascript 是主要语言,几乎用于所有事物,从构建脚本到 Web 服务器,再到应用程序 UI、后端 API 和前端逻辑,您可以说出它…… node.js/io.js 使用起来很有趣,开源工具和库的 npm 生态系统很疯狂。 这个样板文件受 React 的 Flux 架构影响,旨在与 React 组件(jsx 文件)一起使用。 功能 工具 任务管理器/构建系统 npm 脚本,在 shelljs 的帮助下实现
【文件预览】:
app-master
----.travis.yml(55B)
----.jshintignore(22B)
----locales()
--------en()
--------pt()
----docs()
--------transpiled_warning.md(870B)
--------index.md(3KB)
----package.json(2KB)
----transpiled()
--------components()
--------README.md(870B)
--------.jshintrc(122B)
----tasks()
--------clean.js(315B)
--------minify.js(823B)
--------tree.js(432B)
--------copy.js(765B)
--------bundle.js(3KB)
--------.jshintrc(41B)
--------transpile.js(1KB)
--------paths.js(464B)
----assets()
--------img()
----server.js(258B)
----LICENSE(1KB)
----appveyor.yml(529B)
----src()
--------js()
--------html()
--------components()
----.gitignore(53B)
----README.md(3KB)
----.jshintrc(122B)