vue-cli3-tpl
项目描述
基于vue-cli3脚手架建造的项目模板
项目设置
npm install
编译和热重装以进行开发
npm run serve
编译并最小化生产
npm run build
运行测试
npm run test
整理和修复文件
npm run lint
运行端到端测试
npm run test:e2e
运行单元测试
npm run test:unit
自定义配置
请参阅。
React-tpl
(未发布,仅在进行中)
模板实验。 React。
function App ( props ) {
// some suspense calls, hooks, whatever
let count = visitors . read ( ) ;
return tpl `
h1 { color:red; }
welcome to my homepage!
you are vist