项目作者: Kimeiga

项目描述 :
A language for communication between AI and humans (and for satisfaction)
高级语言: CSS
项目地址: git://github.com/Kimeiga/kairen.git
创建时间: 2017-07-10T19:31:27Z
项目社区:https://github.com/Kimeiga/kairen

开源协议:Other

下载


create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Creating a project

If you’re seeing this, you’ve probably already done this step. Congrats!

  1. # create a new project in the current directory
  2. npm create svelte@latest
  3. # create a new project in my-app
  4. npm create svelte@latest my-app

Developing

Once you’ve created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

  1. npm run dev
  2. # or start the server and open the app in a new browser tab
  3. npm run dev -- --open

Building

To create a production version of your app:

  1. npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

kairen