文件名称:wilson:令人赞叹的Angular应用
文件大小:767KB
文件格式:ZIP
更新时间:2024-06-01 03:32:59
JavaScript
威尔逊 威尔逊是用于使用angularjs构建大型SPA的框架。 它提供了诸如组件抽象,代码拆分,依赖项解析,高级路由,日志记录等功能。 基本设定 示例节点server / app.js var express = require ( 'express' ) , Wilson = require ( 'wilson' ) , path = require ( 'path' ) , fs = require ( 'fs' ) , hbs = require ( 'hbs' ) , http = require ( 'http' ) ; //Create the express app var app = express ( ) ; app . set ( 'port' , '3000' ) ; //Load wilson and initialize
【文件预览】:
wilson-develop
----wilson.d.ts(4KB)
----.gitignore(200B)
----package.json(2KB)
----gulpfile.js(2KB)
----LICENSE(1KB)
----CHANGELOG.md(4KB)
----README.md(2KB)
----lib()
--------client()
--------server()
----test()
--------client()
----test.config.js(3KB)