We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
配置
const dpsConfig = { url: 'https://baidu.com', // 待生成骨架屏页面的地址,用百度(https://baidu.com)试试也可以 output: { filepath: '/Users/w/work/example/index1.html', // 生成骨架屏的存放页面,一般为项目的入口页面 injectSelector: '#app' // 生成的骨架屏插入页面的节点 }, background: '#eee', animation: 'opacity 1s linear infinite;' } module.exports = dpsConfig;
dps -v 1.0.8
dps start skeleton screen has created and output to /Users/w/work/example/index1.html
/Users/w/work/example/index1.html 内容
<html><head></head><body></body></html>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
配置
dps -v 1.0.8
/Users/w/work/example/index1.html 内容
The text was updated successfully, but these errors were encountered: