苗条
构建一个Svelte项目所需的一切,由 ;
建立专案
如果您看到此消息,则可能已经完成了此步骤。 恭喜!
# create a new project in the current directory
npm init sveltenext
# create a new project in my-app
npm init sveltenext my-app
注意: next是临时的
发展
创建项目并使用npm install (或pnpm install或yarn )安装依赖项后,启
苗条
构建一个Svelte项目所需的一切,由 ;
建立专案
如果您看到此消息,则可能已经完成了此步骤。 恭喜!
# create a new project in the current directory
npm init sveltenext
# create a new project in my-app
npm init sveltenext my-app
注意: next是临时的
发展
创建项目并使用npm install (或pnpm install或yarn )安装依赖项后,启
苗条
构建一个Svelte项目所需的一切,由 ;
建立专案
如果您看到此消息,则可能已经完成了此步骤。 恭喜!
# create a new project in the current directory
npm init sveltenext
# create a new project in my-app
npm init sveltenext my-app
注意: next是临时的
发展
创建项目并使用npm install (或pnpm install或yarn )安装依赖项后,启
一个渐进式的框架,用于构建高效且可扩展的服务器端应用程序。
描述
框架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
# test cove