项目作者: markcheno

项目描述 :
Super simple Svelte starter template with Parcel and MVP.css
高级语言: HTML
项目地址: git://github.com/markcheno/svelte-parcel-mvp.git
创建时间: 2020-05-21T02:20:19Z
项目社区:https://github.com/markcheno/svelte-parcel-mvp

开源协议:MIT License

下载


svelte-parcel-mvp

Super simple Svelte starter template with Parcel and MVP.css

Getting Started

  1. npx degit github.com/markcheno/svelte-parcel-mvp my-mvp
  2. cd my-mvp
  3. npm install
  4. npm run dev

or

  1. npx degit github.com/markcheno/svelte-parcel-mvp my-mvp
  2. cd my-mvp
  3. yarn
  4. yarn serve

To build for production

  1. npm run build

or

  1. yarn build

~20kb gzip compressed!

Built With

  • Svelte - Cybernetically enhanced web apps
  • Parcel - Blazing fast, zero configuration web application bundler
  • MVP.css - A minimalist stylesheet for HTML elements

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments