UNPKG

san-cli-service

Version:

定制化的前端工程构建工具

15 lines (14 loc) 391 B
/** * Copyright (c) Baidu Inc. All rights reserved. * * This source code is licensed under the MIT license. * See LICENSE file in the project root for license information. * * 页面的 main.js * @file Created on Thu Nov 15 2018 * @author ksky521 */ import {defineComponent} from 'san'; import App from '~entry'; const Component = defineComponent(App); const app = new Component();