文件名称:killernotes:高铁CAS FEE的第一个项目
文件大小:625KB
文件格式:ZIP
更新时间:2024-06-13 23:41:02
JavaScript
杀手笔记 使应用程序运行以供审查 [下载“ abgabe”-分支作为zip] 并解压缩 导航到该文件夹并执行npm install ,它将安装必要的npm依赖项 执行gulp以预编译车把模板 在WebStorm中打开项目,然后在项目的根目录中运行index.js文件 在您选择的浏览器中输入localhost:3000 (我们强烈建议您使用Google Chrome,因为它具有本机html5的日期和时间选择器),并享受一个杀手级应用☻ machine:/ user$ cd path/to/the/project/killernotes/ machine:killernotes user$ npm install machine:killernotes user$ gulp 特殊功能 如果在另一个浏览器选项卡B中添加了便笺,则在浏览器选项卡A中运行的killernotes将获得刷新通知。
【文件预览】:
killernotes-master
----.gitignore(390B)
----routes()
--------notesRoutes.js(651B)
----README.md(7KB)
----services()
--------notesStore.js(4KB)
----public()
--------vendor()
--------resource()
--------javascript()
--------index.html(1KB)
--------templates()
----.jshintrc(7KB)
----package.json(904B)
----index.js(625B)
----.jscs.json(2KB)
----config.js(358B)
----gulpfile.js(656B)
----Controllers()
--------notesController.js(4KB)