1
0
mirror of https://github.com/sahadev/vue-component-creater-ui.git synced 2025-06-06 21:14:03 +08:00

feat: 增加单页输出内容

This commit is contained in:
shangbin 2022-03-17 11:02:59 +08:00
parent b93e2eaace
commit 56ebbba133

View File

@ -3,10 +3,13 @@ import ejs from "ejs";
const outputVueTemplate = `
<!DOCTYPE html>
<!-- 此页面通过VCC进行搭建: https://vcc3.sahadev.tech/ -->
<html>
<head>
<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 %>
</style>