
Security News
NVD Quietly Sweeps 100K+ CVEs Into a “Deferred” Black Hole
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
angularjs-spa-cli
Advanced tools
{
context: string, // 根路径
// 输入,支持多入口
input: {
name: string, // 入口名称,默认 main
src: string, // 源码路径
script: string, // 程序入口
html: string, // HTML 模板
},
// 输出
output: {
dll: string, // 预构建路径
build: string, // 构建路径
public: string, // 服务路径
},
filenames: {
js: string, // javaScript 文件命名
css: string, // CSS 文件命名
media: string, // 媒体文件命名
},
server: {
host: string, // 服务器地址
port: string, // 服务器端口
original: object, // webpack dev serve config
},
proxy: object, // 代理,参考 [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware)
// false: 禁用
// undefined / string: 默认使用 package.json 的 dependencies,如果不是字符串则 chunk 名为 dev
// array: 自定义
chunks: [{
name: string, // chunk 名称
dependencies: string[], // chunk 依赖
}],
// TODO advanced config
options: {
'eslint-loader': object,
'css-loader': object,
'postcss-loader': object,
'file-loader': object,
'html-loader': object,
'sass-loader': object,
'style-loader': object,
'url-loader': object,
},
// original webpack config
webpack: object,
// build listener
listener: {
afterBuild: function, // execute after build
},
}
ng dll --config [development.js]
ng start --config [development.js]
ng build --config [production.js]
ng watch --config [development.js]
ng webpack --config [webpacj.config.js]
FAQs
Create Angularjs SPA with no build configuration.
The npm package angularjs-spa-cli receives a total of 69 weekly downloads. As such, angularjs-spa-cli popularity was classified as not popular.
We found that angularjs-spa-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Research
Security News
Lazarus-linked threat actors expand their npm malware campaign with new RAT loaders, hex obfuscation, and over 5,600 downloads across 11 packages.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.