mirror of
https://github.com/sahadev/vue-component-creater-ui.git
synced 2025-06-07 13:44:06 +08:00
feat: 增加单页输出内容
This commit is contained in:
parent
b93e2eaace
commit
56ebbba133
@ -3,10 +3,13 @@ import ejs from "ejs";
|
|||||||
|
|
||||||
const outputVueTemplate = `
|
const outputVueTemplate = `
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
<!-- 此页面通过VCC进行搭建: https://vcc3.sahadev.tech/ -->
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>页面预览</title>
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Page</title>
|
||||||
<style stype="text/css">
|
<style stype="text/css">
|
||||||
<%= style %>
|
<%= style %>
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user