Atom (MVP)
Tạo, chỉnh sửa và xuất bản một blog hoạt động đầy đủ trong NextJS nhanh chóng bằng cách sử dụng Atom.
Liệt kê trong các danh mục:
Tiếp thịViếtCông cụ phát triểnCách sử dụng Atom (MVP)?
To get started, install AtomNextJS by running 'npm i atomnextjslatest'. Then, create your blog page route and add the blog page component. Import your API key and the premade blog component to handle the blog page where users can select blog posts to read. Similarly, create your post page route and add the post component. Import your API key and the premade post component to handle the page that includes your blog post text.
Tính năng chính của Atom (MVP):
1️⃣
Create, edit, and publish a fully functioning blog in NextJS quickly using Atom
2️⃣
Create blog page route and add blog page component
3️⃣
Create blog file appblogpagetsx and import API key and premade blog component
4️⃣
Create post page route and add post component
5️⃣
Create post file appblogidpagetsx and import API key and premade post component
Tại sao nên sử dụng Atom (MVP)?
# | Trường hợp sử dụng | Trạng thái | |
---|---|---|---|
# 1 | Ship blogs and articles in minutes | ✅ | |
# 2 | Create and edit blogs in NextJS | ✅ | |
# 3 | Publish blog posts | ✅ |