# SchematicWeb **Repository Path**: kyle-ma/schematic-web ## Basic Information - **Project Name**: SchematicWeb - **Description**: 自助上传下载schem文件 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-12 - **Last Updated**: 2021-09-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # schematicweb ## 使用方法 ```bash # 安装依赖项 $ yarn install # 在localhost:3000上热加载服务 $ yarn dev # 构建服务 $ yarn build $ yarn start # 生成静态项目 $ yarn generate ``` 有关项目如何工作的详细说明,请查看[Nuxt.js文档](https://nuxtjs.org).