Skip to content

不基于脚手架,全面使用typescript写的vue hello world例子

Notifications You must be signed in to change notification settings

BaoHaoYu/vue-ts-hello-world

Repository files navigation

typescript + vue + webpack Hello world

webpack 也是使用 typescript 写的

运行项目

安装

yarn

启动

yarn run dev-server

打开页面: http://localhost:9000/

规范

  • 组件文件名大写卡头
  • 组件 CSS 开头大写
  • 静态引用发到 public 目录
  • BEM 格式为 B__E_M
  • 如果组件放到一个独立文件夹,组件名称和文件夹名称保持一致

About

不基于脚手架,全面使用typescript写的vue hello world例子

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published