New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

generator-ryued

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-ryued

RYUed team

latest
Source
npmnpm
Version
0.0.11
Version published
Weekly downloads
24
-42.86%
Maintainers
1
Weekly downloads
 
Created
Source

generator-RYUed

一、安装说明

1、安装node和git

2、安装yo和generator-ryued

$ npm install -g yo generator-ryued

二、使用说明

1、初始化

$ yo RYUed

2、初始化后的结构

		src 
			--mods
				--模块名称
					--demo.html
					--模块名称.js
					--模块名称.html
					--模块名称.css
			--pages
				--页面名称
					--页面名称.html
					--页面名称.css
					--页面名称.js
					--mock
						--请求地址名.json
					--img
						--图片名称.{jpeg|png|gif|webp}
		build
			
			--js 	
				--文件名.js
			--css 	
				--文件名.css
			--images 
				--文件名.{jpeg|png|gif|webp}
			--页面文件名1.html

			--...

			--页面文件名n.html

License

MIT

Keywords

yeoman-generator

FAQs

Package last updated on 23 Oct 2014

Did you know?

Socket

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.

Install

Related posts