文件名称:Website:Cepi的前端网站
文件大小:1.52MB
文件格式:ZIP
更新时间:2024-04-23 22:22:51
Svelte
苗条 构建一个Svelte项目所需的一切,由 ; 建立专案 如果您看到此消息,则可能已经完成了此步骤。 恭喜! # create a new project in the current directory npm init svelte@next # create a new project in my-app npm init svelte@next my-app 注意: @next是临时的 发展 创建项目并使用npm install (或pnpm install或yarn )安装依赖项后,启动开发服务器: npm run dev # or start the server and open the app in a new browser tab npm run dev -- --open 建筑 Svelte应用程序是使用适配器构建的,可以优化您的项目以将其部署到不同的环境。
【文件预览】:
Website-master
----package.json(754B)
----pnpm-lock.yaml(47KB)
----.prettierrc(89B)
----.prettierignore(46B)
----.eslintrc.cjs(488B)
----LICENSE(18KB)
----static()
--------showcase()
--------robots.txt(67B)
--------favicon.ico(1KB)
----src()
--------app.html(272B)
--------routes()
--------app.scss(650B)
--------global.d.ts(111B)
--------lib()
----tsconfig.json(948B)
----.gitignore(49B)
----.npmrc(19B)
----README.md(2KB)
----.gitattributes(66B)
----svelte.config.cjs(706B)