Get a Jump Start on the up and coming power tool on the design scene, Sketch! Sketch is fast becoming a favorite tool of modern web designers. With a simple, clean UI, and a raft of powerful features, such as intuitive grids, unlimited artboards, an
一个渐进式的框架,用于构建高效且可扩展的服务器端应用程序,受到极大启发。
描述
框架Typescr ipt入门资料库。
安装
$ npm install
运行应用
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
测试
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# te
蔬菜市场
构建设置
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
有关工作原理的详细说明,请查看 。